From f62fa38ebd7e05c7ca2236a663768a001a997abc Mon Sep 17 00:00:00 2001 From: Zack Craig Date: Wed, 30 Nov 2016 09:31:30 -0500 Subject: [PATCH] Re-word description of upload component (#4085) Just a little bit of rewording for english speakers, same stuff, just sounds better. --- components/upload/demo/drag.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/upload/demo/drag.md b/components/upload/demo/drag.md index 7a31d1aa79..4a21db9e7e 100644 --- a/components/upload/demo/drag.md +++ b/components/upload/demo/drag.md @@ -13,9 +13,9 @@ title: ## en-US -You can drag files to a specific area, to upload. Meanwhile you can also upload by selecting. +You can drag files to a specific area, to upload. Alternatively, you can also upload by selecting. -We can upload serveral files at one in modern browser by setting `multiple`. +We can upload serveral files at once in modern browsers by giving the input the `multiple` attribute. ````jsx import { Upload, Icon, message } from 'antd';