From 24fc82f705173550b9cb8fb4fa143a9d6c3a8c30 Mon Sep 17 00:00:00 2001 From: Ellet <73608287+freshtechtips@users.noreply.github.com> Date: Sun, 26 Nov 2023 05:23:48 +0300 Subject: [PATCH] fix: typos custom_toolbar.md --- doc/custom_toolbar.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/custom_toolbar.md b/doc/custom_toolbar.md index 575cb17e..39040ca8 100644 --- a/doc/custom_toolbar.md +++ b/doc/custom_toolbar.md @@ -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: @@ -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 \ No newline at end of file +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