From 0ac07bd4c3273152db3762eae45bcfdb44201b22 Mon Sep 17 00:00:00 2001 From: Rootul Patel Date: Thu, 4 Oct 2018 16:54:12 -0700 Subject: [PATCH] Fix typo in README (#412) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8506f9f..093591f0 100644 --- a/README.md +++ b/README.md @@ -695,7 +695,7 @@ unprivilegedEditor.getText(); ### The unprivileged editor -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/): +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/): `getLength()` : Returns the length of the editor contents, in characters, not including any HTML tag.