diff --git a/docs/guides/integration_with_react.md b/docs/guides/integration_with_react.md index 47d72e4..dca42e5 100644 --- a/docs/guides/integration_with_react.md +++ b/docs/guides/integration_with_react.md @@ -62,7 +62,7 @@ Download the [**trial Event Calendar package**](/how_to_start/#installing-event- Now you need to create a React component, to add an Event Calendar into the application. Create a new file in the ***src/*** directory and name it ***EventCalendar.jsx***. -#### Importing source files +#### Import source files Open the ***EventCalendar.jsx*** file and import Event Calendar source files. Note that: diff --git a/docs/guides/integration_with_vue.md b/docs/guides/integration_with_vue.md index 6e0c725..2e92dd2 100644 --- a/docs/guides/integration_with_vue.md +++ b/docs/guides/integration_with_vue.md @@ -66,7 +66,7 @@ Download the [**trial Event Calendar package**](/how_to_start/#installing-event- Now you need to create a Vue component, to add a Event Calendar into the application. Create a new file in the ***src/components/*** directory and name it ***EventCalendar***. -#### Importing source files +#### Import source files Open the ***EventCalendar.vue*** file and import Event Calendar source files. Note that: