docs(README.MD): fix incorrect word (#4343)

This commit is contained in:
a298003154 2019-09-03 16:09:14 +08:00 committed by neverland
parent 252bd25662
commit beb4036572
2 changed files with 2 additions and 2 deletions

View File

@ -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
<van-cell-group>

View File

@ -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';