Skip to content

Commit

Permalink
Update Spin English doc (ant-design#7542)
Browse files Browse the repository at this point in the history
Fixed some typos.
  • Loading branch information
khalibloo authored and ddcat1115 committed Sep 10, 2017
1 parent 594dce8 commit b475ac5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/spin/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ When part of the page is waiting for asynchronous data or during a rendering pro

Property | Description | Type | Default Value
---------|-------------|------|--------------
size | size of spin, available in `small`, `default` and `large` | string | 'default'
size | size of Spin, options: `small`, `default` and `large` | string | `default`
spinning | whether Spin is spinning | boolean | true
tip | customize description content when spin has children | string | -
delay | specifies a delay millisecond for loading state (prevent flush) | number (millisecond) | -
tip | customize description content when Spin has children | string | -
delay | specifies a delay in milliseconds for loading state (prevent flush) | number (milliseconds) | -
wrapperClassName | className of wrapper when Spin has children | string | -

0 comments on commit b475ac5

Please sign in to comment.