From 307495a649ffb821731ffb10676cabcacb851246 Mon Sep 17 00:00:00 2001 From: wangsongc Date: Sun, 18 Sep 2022 16:52:42 +0800 Subject: [PATCH] Fix issue #614:word spelling error --- website/docs/.vuepress/components/HomeFooter.vue | 2 +- website/docs/zh/guide/properties.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/.vuepress/components/HomeFooter.vue b/website/docs/.vuepress/components/HomeFooter.vue index cdac91e1..6779c9b8 100644 --- a/website/docs/.vuepress/components/HomeFooter.vue +++ b/website/docs/.vuepress/components/HomeFooter.vue @@ -2,7 +2,7 @@ diff --git a/website/docs/zh/guide/properties.md b/website/docs/zh/guide/properties.md index beda637e..a724b70a 100644 --- a/website/docs/zh/guide/properties.md +++ b/website/docs/zh/guide/properties.md @@ -103,7 +103,7 @@ * required: `false` * default: `false` -防止碰撞属性,值设置为`ture`时,栅格只能拖动至空白处。 +防止碰撞属性,值设置为`true`时,栅格只能拖动至空白处。 ### useCssTransforms