Skip to content

Commit

Permalink
Fix grammar
Browse files Browse the repository at this point in the history
'antd support ES6' => 'antd supports ES6'. It is a grammar mistake unless 'antd' stands for 'ant designs'.
  • Loading branch information
alekslario committed Sep 16, 2019
1 parent fe30adc commit dcd54b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/react/getting-started.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ import Button from 'antd/es/button';
import 'antd/es/button/style'; // or antd/es/button/style/css for css format file
```

> Note: antd support ES6 tree shaking, so `import { Button } from 'antd';` will drop the js code you don't use too.
> Note: antd supports ES6 tree shaking, so `import { Button } from 'antd';` will drop the js code you don't use too.
We strongly recommend using [babel-plugin-import](https://github.com/ant-design/babel-plugin-import), which can convert the following code to the 'antd/es/xxx' way:

Expand Down

0 comments on commit dcd54b3

Please sign in to comment.