mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
Fixed typos and grammatical errors in Button and Tabs documentation.
This commit is contained in:
parent
5d560dfc47
commit
24ac6e5c86
@ -11,7 +11,7 @@ title:
|
|||||||
|
|
||||||
## en-US
|
## en-US
|
||||||
|
|
||||||
`ghost` property will make button's background transparent, it is common used in colored background.
|
`ghost` property will make button's background transparent, it is commonly used in colored background.
|
||||||
|
|
||||||
```jsx
|
```jsx
|
||||||
import { Button } from 'antd';
|
import { Button } from 'antd';
|
||||||
|
@ -11,7 +11,7 @@ title:
|
|||||||
|
|
||||||
## en-US
|
## en-US
|
||||||
|
|
||||||
Another type Tabs, which doesn't support vertical mode.
|
Another type of Tabs, which doesn't support vertical mode.
|
||||||
|
|
||||||
```jsx
|
```jsx
|
||||||
import { Tabs } from 'antd';
|
import { Tabs } from 'antd';
|
||||||
|
@ -11,7 +11,7 @@ title:
|
|||||||
|
|
||||||
## en-US
|
## en-US
|
||||||
|
|
||||||
use react-sticky.
|
Use react-sticky.
|
||||||
|
|
||||||
```jsx
|
```jsx
|
||||||
import { Tabs } from 'antd';
|
import { Tabs } from 'antd';
|
||||||
|
@ -11,7 +11,7 @@ title:
|
|||||||
|
|
||||||
## en-US
|
## en-US
|
||||||
|
|
||||||
Large size tabs are usally used in page header, and small size could be used in Modal.
|
Large size tabs are usually used in page header, and small size could be used in Modal.
|
||||||
|
|
||||||
```jsx
|
```jsx
|
||||||
import { Tabs, Radio } from 'antd';
|
import { Tabs, Radio } from 'antd';
|
||||||
|
Loading…
Reference in New Issue
Block a user