From efc7178bb36aa4d7e9955fb410d6c5700d6e9ec3 Mon Sep 17 00:00:00 2001 From: Serhii Pylypchuk Date: Mon, 5 Aug 2024 18:05:58 +0400 Subject: [PATCH] Update guides related to integration with Vue and React --- docs/guides/integration_with_react.md | 2 +- docs/guides/integration_with_vue.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: