Fix typo in link to InputNumber component (#9994)

Before:
>Synchronize with [InptNumber](/components/input-number/) component.

After:
>Synchronize with [InputNumber](/components/input-number/) component.
This commit is contained in:
Bill Fienberg 2018-04-11 10:18:10 -05:00 committed by 偏右
parent 82b721a432
commit 66f5e75cff

View File

@ -11,7 +11,7 @@ title:
## en-US
Synchronize with [InptNumber](/components/input-number/) component.
Synchronize with [InputNumber](/components/input-number/) component.
````jsx
import { Slider, InputNumber, Row, Col } from 'antd';