diff --git a/docs/docs/quickstart.md b/docs/docs/quickstart.md index 686dee1aac..a711da51e8 100644 --- a/docs/docs/quickstart.md +++ b/docs/docs/quickstart.md @@ -5,7 +5,7 @@ permalink: /docs/quickstart/ redirect_from: /docs/ --- -The best way to get started is try a simple example. Quill is initialized with a DOM element to contain the editor. The contents of that element will become the initial contents of Quill. +The best way to get started is to try a simple example. Quill is initialized with a DOM element to contain the editor. The contents of that element will become the initial contents of Quill. ```html