Skip to content

Commit b65408a

Browse files
committed
fix:doc-example
1 parent 8b1235b commit b65408a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/usage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,14 @@ If you want to align the inline toolbar, you can set the option `alignInlineTool
7777
The default behavior is `'left'`.
7878

7979
**Possible values:**
80-
- `'left'`: aligns the toolbar to the left edge of the selection
81-
- `'center'`: centers the toolbar (default)
80+
- `'left'`: aligns the toolbar to the left edge of the selection (default)
81+
- `'center'`: centers the toolbar
8282
- `'right'`: aligns the toolbar to the right edge of the selection
8383

8484
```js
8585
var editor = new EditorJS({
8686
//...
87-
alignInlineToolbar: 'left',
87+
alignInlineToolbar: 'right',
8888
//...
8989
});
9090
```

0 commit comments

Comments
 (0)