Skip to content

Commit

Permalink
fix: typos custom_toolbar.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoEllet authored Nov 26, 2023
1 parent b353eec commit 24fc82f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/custom_toolbar.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Custom Toolbar

If you want to use custom toolbar but still want the support of this libray
If you want to use a custom toolbar but still want the support of this library
You can use the `QuillBaseToolbar` which is the base for the `QuillToolbar`

Example:
Expand Down Expand Up @@ -138,4 +138,4 @@ QuillProvider(
)
```

if you want more customized toolbar feel free to create your own and use the `controller` to interact with the editor. checkout the `QuillToolbar` and the buttons inside it to see an example of how that will works
if you want a more customized toolbar feel free to create your own and use the `controller` to interact with the editor. checkout the `QuillToolbar` and the buttons inside it to see an example of how that will work

0 comments on commit 24fc82f

Please sign in to comment.