Skip to content

Commit 0ac07bd

Browse files
rootulpalexkrolick
authored andcommitted
Fix typo in README (zenoamaro#412)
1 parent adf9a1e commit 0ac07bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ unprivilegedEditor.getText();
695695

696696
### The unprivileged editor
697697

698-
During events, ReactQuill will make a restricted subset of the Quill API available as the `editor` argument. This prevents access to destructive methods, which might case ReactQuill to get out-of-sync with the component. It provides the following methods, which are mostly proxies of existing [Quill methods](https://quilljs.com/docs/api/):
698+
During events, ReactQuill will make a restricted subset of the Quill API available as the `editor` argument. This prevents access to destructive methods, which might cause ReactQuill to get out-of-sync with the component. It provides the following methods, which are mostly proxies of existing [Quill methods](https://quilljs.com/docs/api/):
699699

700700
`getLength()`
701701
: Returns the length of the editor contents, in characters, not including any HTML tag.

0 commit comments

Comments
 (0)