Skip to content

Commit 307495a

Browse files
committed
Fix issue jbaysolutions#614:word spelling error
1 parent ad3543d commit 307495a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/docs/.vuepress/components/HomeFooter.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<footer class="footer">
33
A product by:
44
<a href="https://www.jbaysolutions.com/" target="_blank" rel="noopener" class="footer-card">
5-
<img src="assets/img/logo-jbay.png" />
5+
<img src="/assets/img/logo-jbay.png" />
66
</a>
77
</footer>
88
</template>

website/docs/zh/guide/properties.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
* required: `false`
104104
* default: `false`
105105

106-
防止碰撞属性,值设置为`ture`时,栅格只能拖动至空白处。
106+
防止碰撞属性,值设置为`true`时,栅格只能拖动至空白处。
107107

108108
### useCssTransforms
109109

0 commit comments

Comments
 (0)