diff --git a/components/calendar/index.md b/components/calendar/index.md index 3f98a41f93..9c1e0bf0b3 100644 --- a/components/calendar/index.md +++ b/components/calendar/index.md @@ -26,9 +26,9 @@ | fullscreen | 是否全屏显示 | bool | true | | getDateData | 获取日的显示数据 | function | 无 | | getMonthData | 获取月的显示数据 | function | 无 | -| dateCellRendar | 自定义渲染日期单元格 | function | 无 | -| fullscreenDateCellRendar | 自定义渲染日期单元格(全屏) | function | 无 | -| monthCellRendar | 自定义渲染月单元格 | function | 无 | +| dateCellRender | 自定义渲染日期单元格 | function | 无 | +| fullscreenDateCellRender | 自定义渲染日期单元格(全屏) | function | 无 | +| monthCellRender | 自定义渲染月单元格 | function | 无 | | locale | 国际化配置 | object | [默认配置](https://github.com/ant-design/ant-design/issues/424) | | onChange | 日期改变 | bool | 无 | | onTypeChange | 年月切换 | function | 无 |