fix(doc:grid): fix error in en doc (#9078)

This commit is contained in:
VTHINKXIE 2018-01-23 16:33:07 +08:00 committed by 偏右
parent 1502d3604d
commit 902fa9fea2
4 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ title:
## en-US
`Span` `pull` `push` `offset` `order` property can be embedded into `xs` `sm` `md` `lg` `xl` properties to use,
`span` `pull` `push` `offset` `order` property can be embedded into `xs` `sm` `md` `lg` `xl` properties to use,
where `xs = {6}` is equivalent to `xs = {{span: 6}}`.
````jsx

View File

@ -111,4 +111,4 @@ If the Ant Design grid layout component does not meet your needs, you can use th
| xl | `≥1200px`, could be a `span` value or an object containing above props | number\|object | - |
| xxl | `≥1600px`, could be a `span` value or an object containing above props | number\|object | - |
The breakpoints of responsive grid follow [BootStrap 3 media queries rules](https://getbootstrap.com/docs/3.3/css/#responsive-utilities-classes)(not including `occasionally part`).
The breakpoints of responsive grid follow [BootStrap 4 media queries rules](https://getbootstrap.com/docs/4.0/layout/overview/#responsive-breakpoints)(not including `occasionally part`).