Skip to content

Commit

Permalink
doc: fix docs (#1515)
Browse files Browse the repository at this point in the history
  • Loading branch information
vthinkxie authored May 24, 2018
1 parent 70ca8bd commit f7476bd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion components/carousel/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ A carousel component. Scales with its container.
| ---- | ----------- |
| goTo(slideNumber) | Change current slide to given slide number |
| next() | Change current slide to next slide |
| prev() | Change current slide to previous slide |
| pre() | Change current slide to previous slide |

2 changes: 1 addition & 1 deletion components/carousel/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ subtitle: 走马灯
| --- | --- |
| goTo(slideNumber) | 切换到指定面板 |
| next() | 切换到下一面板 |
| prev() | 切换到上一面板 |
| pre() | 切换到上一面板 |

2 changes: 1 addition & 1 deletion components/select/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Select component to select value from options.
| nzMaxMultipleCount | Max selected option can be selected | number | Infinity |
| nzMode | Set mode of Select | 'multiple' 丨 'tags' 丨 'default' | 'default' |
| nzNotFoundContent | Specify content to show when no result matches.. | string | 'Not Found' |
| nzPlaceholder | Placeholder of select | string丨`TemplateRef<void>` | - |
| nzPlaceHolder | Placeholder of select | string | - |
| nzShowSearch | Whether show search input in single mode. | boolean | false |
| nzSize | Size of Select input. `default` `large` `small` | string | default |
| nzScrollToBottom | Called when dropdown scrolls to bottom | ()=>{} | - |
Expand Down
2 changes: 1 addition & 1 deletion components/time-picker/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ By clicking the input box, you can select a time from a popup panel.
| nzSecondStep | interval between seconds in picker | number | 1 |
| nzOpen | whether to popup panel, double binding | boolean | false |
| nzOpenChange | a callback function which will be called while panel opening/closing | (open: boolean): void | - |
| nzPlaceholder | display when there's no value | string | "Select a time" |
| nzPlaceHolder | display when there's no value | string | "Select a time" |
| nzPopupClassName | className of panel | string | '' |


Expand Down
2 changes: 1 addition & 1 deletion components/time-picker/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ title: TimePicker
| nzSecondStep | 秒选项间隔 | number | 1 |
| nzOpen | 面板是否打开,可双向绑定 | boolean | false |
| nzOpenChange | 面板打开/关闭时的回调 | (nzOpen: boolean): void | - |
| nzPlaceholder | 没有值的时候显示的内容 | string | "请选择时间" |
| nzPlaceHolder | 没有值的时候显示的内容 | string | "请选择时间" |
| nzPopupClassName | 弹出层类名 | string | '' |

## 方法
Expand Down

0 comments on commit f7476bd

Please sign in to comment.