docs: update Timeline english doc (#7652)

Fixed typos
This commit is contained in:
hauwa123 2017-09-18 17:46:09 +01:00 committed by 偏右
parent ed2303a5da
commit acd3a8f4d2

View File

@ -8,7 +8,7 @@ Vertical display timeline.
## When To Use
- When a series of information need to be ordered from top to bottom by time.
- When a series of information needs to be ordered from top to bottom by time.
- When you need a timeline to make a visual connection.
## API
@ -28,7 +28,7 @@ Timeline
| Property | Description | Type | Default |
|----------|----------------------------------------|------------|-------|
| pending | to set the last ghost node's existence or its content | boolean\|string\|ReactNode | false |
| pending | Set the last ghost node's existence or its content | boolean\|string\|ReactNode | `false` |
### Timeline.Item
@ -36,5 +36,5 @@ Node of timeline
| Property | Description | Type | Default |
|----------|------------------------------------------|------------|-------|
| color | to set the circle's color to `blue, red, green` or other custom colors | string | blue |
| dot | custom timeline dot | string\|ReactNode | - |
| color | Set the circle's color to `blue`, `red`, `green` or other custom colors | string | `blue` |
| dot | Customize timeline dot | string\|ReactNode | - |