Re-word description of upload component (#4085)

Just a little bit of rewording for english speakers, same stuff, just sounds better.
This commit is contained in:
Zack Craig 2016-11-30 09:31:30 -05:00 committed by 偏右
parent b4d4af64a1
commit f62fa38ebd

View File

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