From bc54db21856cb30ecf324679cc4b65e34ec52391 Mon Sep 17 00:00:00 2001 From: Amumu Date: Sun, 7 Oct 2018 00:01:31 +0800 Subject: [PATCH] fix typo --- components/upload/demo/avatar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/upload/demo/avatar.md b/components/upload/demo/avatar.md index 3784010b0f..cce58239e8 100644 --- a/components/upload/demo/avatar.md +++ b/components/upload/demo/avatar.md @@ -9,7 +9,7 @@ title: 点击上传用户头像,并使用 `beforeUpload` 限制用户上传的图片格式和大小。 -> `beforeUpload` 的返回值可以是一个 Promise 以支持异步处理,如服务端效验等:[示例](http://react-component.github.io/upload/examples/beforeUpload.html)。 +> `beforeUpload` 的返回值可以是一个 Promise 以支持异步处理,如服务端校验等:[示例](http://react-component.github.io/upload/examples/beforeUpload.html)。 ## en-US