From dd361fba94daef21aa04d70b1863e82bf1f264d7 Mon Sep 17 00:00:00 2001 From: unix Date: Thu, 26 Mar 2020 07:45:04 +0800 Subject: [PATCH] docs: fix typo --- pages/docs/getting-started/installation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/getting-started/installation.mdx b/pages/docs/getting-started/installation.mdx index b20a698..0c86755 100644 --- a/pages/docs/getting-started/installation.mdx +++ b/pages/docs/getting-started/installation.mdx @@ -59,7 +59,7 @@ const MyComponent = () => ### Create React App -The React project created by create-react-app can +A React project created by create-react-app can also easily use `@zeit-ui/react`. You don't need to make any changes, just install and use. We have a sample project related to `create-react-app` here.