Skip to content

Commit 6fc710b

Browse files
author
Serhii Pylypchuk
committed
[update] properties description typos
1 parent 705e8ce commit 6fc710b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/api/config/js_kanban_editorautosave_config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ editorAutoSave?: boolean // (true by default)
1818

1919
### Parameters
2020

21-
- `editorAutoSave` - (optioanal) if **true**, the **autosave** mode of Kanban will be enabled
21+
- `editorAutoSave` - (optional) if **true**, the **autosave** mode of Kanban is enabled
2222

2323
:::info
2424
Using this parameter, you can enable/disable an autosave mode of Kanban. If you set the **editorAutoSave** property to **false**, the editor will display the "Save" button to save edited data

docs/api/config/toolbar_api_config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ api: object
1818

1919
### Parameters
2020

21-
- `api` - an object with the internal API of Kanban. It is used for the toolbar controls functionality
21+
- `api` - (mandatory) an object with the internal API of Kanban. It is used for the toolbar controls functionality
2222

2323
:::info
2424
In this case, the **internal API of Kanban** is used for the **search bar** and **controls for adding columns and rows** located on the Toolbar

docs/api/config/toolbar_items_config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ items?: [
2222

2323
### Parameters
2424

25-
- `items` - an array with settings for configuring the toolbar controls. Here you can specify the following parameters:
25+
- `items` - (optional) an array with settings for configuring the toolbar controls. Here you can specify the following parameters:
2626
- `"search"` - (optional) a search bar
2727
- `"controls"` - (optional) controls for adding the columns and rows
2828
- `custom_control` - (optional) custom control. Here you can specify the custom control(s) both as a **string** or **function**. See the [Customization](../../../guides/customization#custom-toolbar) section

0 commit comments

Comments
 (0)