doc: Fix spelling mistake in Select demo (#7932)

This commit is contained in:
Stephen Esser 2017-10-20 01:54:57 -05:00 committed by 偏右
parent 3bc8f1ce5a
commit 88ed97b63d

View File

@ -11,7 +11,7 @@ title:
## en-US
The height of the inpub field for the select defaults to 28px. If size is set to large, the height will be 32px, and if set to small, 22px.
The height of the input field for the select defaults to 28px. If size is set to large, the height will be 32px, and if set to small, 22px.
````jsx
import { Select, Radio } from 'antd';