From 792ff9326ae5fd5ed71eed7309c2ac79d0ae25ee Mon Sep 17 00:00:00 2001 From: Christopher Hsieh Date: Mon, 24 May 2021 05:46:03 -0400 Subject: [PATCH] docs(v2): fix grammar typo on Creating pages (#4835) * Update creating-pages.md * Update creating-pages.md --- website/docs/guides/creating-pages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/guides/creating-pages.md b/website/docs/guides/creating-pages.md index f29c474e73..a30f27b4d0 100644 --- a/website/docs/guides/creating-pages.md +++ b/website/docs/guides/creating-pages.md @@ -14,7 +14,7 @@ You can use React components, or Markdown. :::note -Pages do not have sidebars, only [docs](./docs/docs-introduction.md) have. +Pages do not have sidebars, only [docs](./docs/docs-introduction.md) do. :::