docs: fix typo

This commit is contained in:
unix
2020-03-26 07:45:04 +08:00
parent 415b2cf0d5
commit dd361fba94

View File

@@ -59,7 +59,7 @@ const MyComponent = () => <Button>Click Me</Button>
### Create React App
The React project created by <Link target="_blank" rel="nofollow" href="https://github.com/facebook/create-react-app">create-react-app</Link> can
A React project created by <Link target="_blank" rel="nofollow" href="https://github.com/facebook/create-react-app">create-react-app</Link> can
also easily use `@zeit-ui/react`. You don't need to make any changes, just install and use.
We have <Link target="_blank" rel="nofollow" href="https://github.com/zeit-ui/react-getting-started">a sample project related to `create-react-app` here</Link>.