Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
serhiipylypchuk1991 committed Aug 2, 2024
1 parent ab889c5 commit 7eab4a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/guides/integration_with_react.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ In this tutorial you can see how to configure the **trial** version of Kanban.

#### Setting containers and adding Kanban with Toolbar

To display Kanban with Toolbar on the page, you need to create containers for Kanban and Toolbar, and initialize this components using the corresponding constructors:
To display Kanban with Toolbar on the page, you need to create containers for Kanban and Toolbar, and initialize these components using the corresponding constructors:

~~~jsx {2,6-7,10-11,13-17} title="Kanban.jsx"
import { useEffect, useRef } from "react";
Expand Down Expand Up @@ -280,7 +280,7 @@ useEffect(() => {

### Step 3. Adding Kanban into the app

To add the component into our app, open the ***App.jsx*** file and replace the default code with the following one:
To add the component into the app, open the ***App.jsx*** file and replace the default code with the following one:

~~~jsx title="App.jsx"
import Kanban from "./Kanban";
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/localization.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The **English** locale is used by default:

~~~jsx
const en = {
kanban: { // translations of the Kanabn labels
kanban: { // translations of the Kanban labels
Save: "Save",
Close: "Close",
Delete: "Delete",
Expand Down
2 changes: 1 addition & 1 deletion docs/news/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ const en = {

~~~jsx {}
const en = {
kanban: { // translations of the Kanabn labels
kanban: { // translations of the Kanban labels
"Save": "Save",
"Close": "Close",
"Delete": "Delete",
Expand Down

0 comments on commit 7eab4a2

Please sign in to comment.