From 4ea0d6a975a03b984d3ff32a9901208ee1202303 Mon Sep 17 00:00:00 2001 From: Haotian Gan <34823594+haotianGan@users.noreply.github.com> Date: Mon, 22 Mar 2021 01:59:50 -0400 Subject: [PATCH] Update quickstart.md typo --- docs/docs/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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