From 59389a8fd79c6d15c233339ffba48381adfa4e24 Mon Sep 17 00:00:00 2001 From: neverland Date: Sat, 17 Apr 2021 22:08:19 +0800 Subject: [PATCH] docs(Calendar): fix typo (#8556) --- src/calendar/README.zh-CN.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/calendar/README.zh-CN.md b/src/calendar/README.zh-CN.md index 9dca96dc3..b0cc5919b 100644 --- a/src/calendar/README.zh-CN.md +++ b/src/calendar/README.zh-CN.md @@ -252,7 +252,7 @@ export default { ### Poppable Props -当 Canlendar 的 `poppable` 为 `true` 时,支持以下 props: +当 Calendar 的 `poppable` 为 `true` 时,支持以下 props: | 参数 | 说明 | 类型 | 默认值 | | --- | --- | --- | --- | @@ -266,7 +266,7 @@ export default { ### Range Props -当 Canlendar 的 `type` 为 `range` 时,支持以下 props: +当 Calendar 的 `type` 为 `range` 时,支持以下 props: | 参数 | 说明 | 类型 | 默认值 | | --- | --- | --- | --- | @@ -276,7 +276,7 @@ export default { ### Multiple Props -当 Canlendar 的 `type` 为 `multiple` 时,支持以下 props: +当 Calendar 的 `type` 为 `multiple` 时,支持以下 props: | 参数 | 说明 | 类型 | 默认值 | | --- | --- | --- | --- |