Skip to content

Commit 7351d27

Browse files
author
Serhii Pylypchuk
committed
[update] new API typos
1 parent 025e956 commit 7351d27

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/api/events/js_kanban_movecolumn_event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ description: You can learn about the move-column event in the documentation of t
2424
The callback of the **move-column** event can take an object with the following parameters:
2525

2626
- `id` - (required) an **ID** of the column to be moved
27-
- `before` - (required) an **ID** of the column, the moved column will be place before
27+
- `before` - (required) an **ID** of the column, the moved one will be placed before it
2828

2929
:::info
3030
For handling the inner events you can use the [**Event Bus methods**](api/api_overview.md/#event-bus-methods)

docs/api/events/js_kanban_moverow_event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ description: You can learn about the move-row event in the documentation of the
2424
The callback of the **move-row** event can take an object with the following parameters:
2525

2626
- `id` - (required) an **ID** of the row to be moved
27-
- `before` - (required) an **ID** of the row, the moved row will be place before
27+
- `before` - (required) an **ID** of the row, the moved one will be placed before it
2828

2929
:::info
3030
For handling the inner events you can use the [**Event Bus methods**](api/api_overview.md/#event-bus-methods)

docs/api/methods/js_kanban_movecolumn_method.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ moveColumn({
2222
### Parameters
2323

2424
- `id` - (required) an **ID** of the column to be moved
25-
- `before` - (required) an **ID** of the column, the moved column will be place before
25+
- `before` - (required) an **ID** of the column, the moved one will be placed before it
2626

2727
### Example
2828

docs/api/methods/js_kanban_moverow_method.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ moveRow({
2222
### Parameters
2323

2424
- `id` - (required) an **ID** of the row to be moved
25-
- `before` - (required) an **ID** of the row, the moved row will be place before
25+
- `before` - (required) an **ID** of the row, the moved one will be placed before it
2626

2727
### Example
2828

0 commit comments

Comments
 (0)