diff --git a/src/field/README.md b/src/field/README.md index e3a370187..9bef29de7 100644 --- a/src/field/README.md +++ b/src/field/README.md @@ -23,7 +23,7 @@ The value of field is bound with v-model. ### Custom type -Use `type` prop to custom diffrent type fields. +Use `type` prop to custom different type fields. ```html diff --git a/src/locale/README.md b/src/locale/README.md index b15bddfdf..166d7bff3 100644 --- a/src/locale/README.md +++ b/src/locale/README.md @@ -6,7 +6,7 @@ The default language of Vant is Chinese. If you want to use other languages, you ### Switch languages -Vant supports multiple languages with the Locale component, and the `Locale.use` method allows you to switch to diffrent languages. +Vant supports multiple languages with the Locale component, and the `Locale.use` method allows you to switch to different languages. ```js import { Locale } from 'vant';