input/demo/basic.md - placeholder translated (#3005)

placeholder value translated to english.
This commit is contained in:
Marius Ileana 2016-09-11 16:22:53 +03:00 committed by 偏右
parent 10709251ec
commit 23d68cad19

View File

@ -16,5 +16,5 @@ Basic usage example
````jsx
import { Input } from 'antd';
ReactDOM.render(<Input placeholder="基本使用" />, mountNode);
ReactDOM.render(<Input placeholder="Basic usage" />, mountNode);
````