From beb4036572f20a501fdf14be509a650c6ef6475c Mon Sep 17 00:00:00 2001
From: a298003154 <298003154@qq.com>
Date: Tue, 3 Sep 2019 16:09:14 +0800
Subject: [PATCH] docs(README.MD): fix incorrect word (#4343)

---
 src/field/README.md  | 2 +-
 src/locale/README.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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
 <van-cell-group>
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';