From 34d4937f2b0b60e4e88d2b32ee8b84cd80096bdb Mon Sep 17 00:00:00 2001 From: neverland Date: Sat, 17 Jul 2021 16:07:42 +0800 Subject: [PATCH] chore: fix all typos (#9053) --- docs/markdown/changelog.en-US.md | 2 +- src/area/README.md | 2 +- src/button/README.md | 4 ++-- src/button/README.zh-CN.md | 4 ++-- src/circle/README.md | 2 +- src/circle/README.zh-CN.md | 2 +- src/col/test/__snapshots__/index.spec.tsx.snap | 2 +- src/col/test/index.spec.tsx | 2 +- src/datetime-picker/test/index.spec.ts | 2 +- src/datetime-picker/test/time-picker.spec.tsx | 2 +- src/empty/README.md | 2 +- src/empty/demo/index.vue | 2 +- src/empty/test/__snapshots__/demo.spec.ts.snap | 4 +--- src/field/test/index.spec.js | 4 ++-- src/icon/demo/index.vue | 2 +- src/icon/test/__snapshots__/demo.spec.ts.snap | 4 +--- src/image-preview/README.md | 4 ++-- src/image/README.md | 2 +- src/index-bar/demo/index.vue | 2 +- src/index-bar/test/__snapshots__/demo.spec.ts.snap | 4 +--- src/nav-bar/README.md | 2 +- src/slider/README.md | 4 ++-- src/slider/Slider.tsx | 6 +++--- src/stepper/test/index.spec.ts | 4 ++-- src/swipe-cell/test/index.spec.js | 2 +- src/tab/test/index.legacy.js | 6 +++--- src/tabbar/README.md | 2 +- src/toast/README.md | 2 +- 28 files changed, 38 insertions(+), 44 deletions(-) diff --git a/docs/markdown/changelog.en-US.md b/docs/markdown/changelog.en-US.md index a998efd7d..cedf2e9b7 100644 --- a/docs/markdown/changelog.en-US.md +++ b/docs/markdown/changelog.en-US.md @@ -317,7 +317,7 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/). **Bug Fixes** - ActionSheet: fix safe-area-inset-bottom prop not work [#8085](https://github.com/youzan/vant/issues/8085) -- DateTimePicker: fix incorrecrt inital value [#8193](https://github.com/youzan/vant/issues/8193) +- DateTimePicker: fix incorrect initial value [#8193](https://github.com/youzan/vant/issues/8193) - Form: may scroll to incorrect field after submitted [#8159](https://github.com/youzan/vant/issues/8159) - ImagePreview: fix incorrect image display during the second call [#8060](https://github.com/youzan/vant/issues/8060) - IndexBar: failed to render active anchor when inited [#8164](https://github.com/youzan/vant/issues/8164) diff --git a/src/area/README.md b/src/area/README.md index 4556f8c98..c04c2f9c3 100644 --- a/src/area/README.md +++ b/src/area/README.md @@ -20,7 +20,7 @@ app.use(Area); ### Basic Usage -To initailize `Area` component, `area-list` property is required. +To initialize `Area` component, `area-list` property is required. ```html diff --git a/src/button/README.md b/src/button/README.md index b6cc9faed..4cff15139 100644 --- a/src/button/README.md +++ b/src/button/README.md @@ -45,8 +45,8 @@ app.use(Button); ### Disabled ```html -Diabled -Diabled +Disabled +Disabled ``` ### Loading diff --git a/src/button/README.zh-CN.md b/src/button/README.zh-CN.md index 7c6ef7e5c..2d9211de2 100644 --- a/src/button/README.zh-CN.md +++ b/src/button/README.zh-CN.md @@ -203,8 +203,8 @@ app.use(Button); | --van-button-danger-background-color | _var(--van-danger-color)_ | - | | --van-button-danger-border-color | _var(--van-danger-color)_ | - | | --van-button-warning-color | _var(--van-white)_ | - | -| --van-button-warning-background-color | _var(--van-organge)_ | - | -| --van-button-warning-border-color | _var(--van-organge)_ | - | +| --van-button-warning-background-color | _var(--van-orange)_ | - | +| --van-button-warning-border-color | _var(--van-orange)_ | - | | --van-button-border-width | _var(--van-border-width-base)_ | - | | --van-button-border-radius | _var(--van-border-radius-sm)_ | - | | --van-button-round-border-radius | _var(--van-border-radius-max)_ | - | diff --git a/src/circle/README.md b/src/circle/README.md index 73a9a55ee..f90f6667e 100644 --- a/src/circle/README.md +++ b/src/circle/README.md @@ -134,7 +134,7 @@ export default { | speed | Animate speed(rate/s) | _number \| string_ | `0` | | text | Text | _string_ | - | | stroke-width | Stroke width | _number \| string_ | `40` | -| stroke-linecap | Stroke linecap,can be set to `sqaure` `butt` | _string_ | `round` | +| stroke-linecap | Stroke linecap,can be set to `square` `butt` | _string_ | `round` | | clockwise | Whether to be clockwise | _boolean_ | `true` | ### Slots diff --git a/src/circle/README.zh-CN.md b/src/circle/README.zh-CN.md index 3b35f88e7..6326f2ca1 100644 --- a/src/circle/README.zh-CN.md +++ b/src/circle/README.zh-CN.md @@ -146,7 +146,7 @@ export default { | speed | 动画速度(单位为 rate/s) | _number \| string_ | `0` | | text | 文字 | _string_ | - | | stroke-width | 进度条宽度 | _number \| string_ | `40` | -| stroke-linecap | 进度条端点的形状,可选值为 `sqaure` `butt` | _string_ | `round` | +| stroke-linecap | 进度条端点的形状,可选值为 `square` `butt` | _string_ | `round` | | clockwise | 是否顺时针增加 | _boolean_ | `true` | ### Slots diff --git a/src/col/test/__snapshots__/index.spec.tsx.snap b/src/col/test/__snapshots__/index.spec.tsx.snap index a4f01d438..e3f7bbff4 100644 --- a/src/col/test/__snapshots__/index.spec.tsx.snap +++ b/src/col/test/__snapshots__/index.spec.tsx.snap @@ -1,6 +1,6 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP -exports[`should render Col correcly 1`] = ` +exports[`should render Col correctly 1`] = `
`; diff --git a/src/col/test/index.spec.tsx b/src/col/test/index.spec.tsx index 008a3658f..4ac581e8f 100644 --- a/src/col/test/index.spec.tsx +++ b/src/col/test/index.spec.tsx @@ -2,7 +2,7 @@ import { Col } from '..'; import { Row } from '../../row'; import { mount } from '../../../test'; -test('should render Col correcly', () => { +test('should render Col correctly', () => { const wrapper = mount(Col, { props: { span: 8, diff --git a/src/datetime-picker/test/index.spec.ts b/src/datetime-picker/test/index.spec.ts index f5173f7c2..39b69af34 100644 --- a/src/datetime-picker/test/index.spec.ts +++ b/src/datetime-picker/test/index.spec.ts @@ -45,7 +45,7 @@ test('v-model', async () => { expect(wrapper.emitted<[Date]>('confirm')![0][0]).toEqual(minDate); }); -test('value has an inital value', async () => { +test('value has an initial value', async () => { const defaultValue = new Date(2020, 0, 0, 0, 0); const wrapper = mount(DatePicker, { propsData: { diff --git a/src/datetime-picker/test/time-picker.spec.tsx b/src/datetime-picker/test/time-picker.spec.tsx index d53c270c5..b3cdf3e04 100644 --- a/src/datetime-picker/test/time-picker.spec.tsx +++ b/src/datetime-picker/test/time-picker.spec.tsx @@ -115,7 +115,7 @@ test('change min-minute and emit correct value', async () => { test('set max-hour & max-minute smaller than current then emit correct value', async () => { const wrapper = mount(TimePicker, { props: { - modelvalue: '23:59', + modelValue: '23:59', }, }); diff --git a/src/empty/README.md b/src/empty/README.md index da66b8c86..4b6682c1d 100644 --- a/src/empty/README.md +++ b/src/empty/README.md @@ -76,7 +76,7 @@ Use the image prop to display different placeholder images. | --- | --- | --- | --- | | image | Image type,can be set to `error` `network` `search` or image URL | _string_ | `default` | | image-size | Image size | _number \| string_ | - | -| description | Desciption | _string_ | - | +| description | Description | _string_ | - | ### Slots diff --git a/src/empty/demo/index.vue b/src/empty/demo/index.vue index 7cbd7a2c1..564a76890 100644 --- a/src/empty/demo/index.vue +++ b/src/empty/demo/index.vue @@ -4,7 +4,7 @@ - + diff --git a/src/empty/test/__snapshots__/demo.spec.ts.snap b/src/empty/test/__snapshots__/demo.spec.ts.snap index ad6fd9b2b..8194ad260 100644 --- a/src/empty/test/__snapshots__/demo.spec.ts.snap +++ b/src/empty/test/__snapshots__/demo.spec.ts.snap @@ -12,9 +12,7 @@ exports[`should render demo and match snapshot 1`] = `
-
+
{ +test('should emit "update:modelValue" event when after inputting', () => { const wrapper = mount(Field); const input = wrapper.find('input'); @@ -16,7 +16,7 @@ test('should emit click-input event when input is clicked', () => { expect(wrapper.emitted('click-input')[0][0]).toBeTruthy(); }); -test('should evit click-input event when using input slot', () => { +test('should emit click-input event when using input slot', () => { const wrapper = mount(Field, { slots: { input: () => 'Custom Input', diff --git a/src/icon/demo/index.vue b/src/icon/demo/index.vue index 746d42734..1a7990fb2 100644 --- a/src/icon/demo/index.vue +++ b/src/icon/demo/index.vue @@ -1,5 +1,5 @@