From ccc37d4df0c721be21e3f9ffb30faa3a8ca51320 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=98=89=E6=B6=B5?= Date: Fri, 15 Dec 2017 19:55:48 +0800 Subject: [PATCH] [Doc] fix nav --- docs/markdown/en-US/area.md | 2 +- docs/src/doc.config.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/markdown/en-US/area.md b/docs/markdown/en-US/area.md index 99946cbed..058159b55 100644 --- a/docs/markdown/en-US/area.md +++ b/docs/markdown/en-US/area.md @@ -84,7 +84,7 @@ Example of `AreaList` All code of China: [Area.json](https://github.com/youzan/vant/blob/dev/docs/demos/mock/area.json) -#### argument of callback function `confirm` +#### argument of callback function confirm An array contains selected area objects. `code` - code of selected area, `name` - name of selected area diff --git a/docs/src/doc.config.js b/docs/src/doc.config.js index 3f95068f0..f80a29390 100644 --- a/docs/src/doc.config.js +++ b/docs/src/doc.config.js @@ -524,7 +524,7 @@ module.exports = { }, { path: '/area', - title: 'Area (In translation)' + title: 'Area' }, { path: '/contact', @@ -544,7 +544,7 @@ module.exports = { }, { path: '/sku', - title: 'Sku (In translation)' + title: 'Sku' } ] }