From ab41503343c9cda551725682dbe6c720d047abf9 Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 14 Jul 2017 15:35:03 +0800 Subject: [PATCH] doc: update input demo description --- components/input/demo/textarea.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/input/demo/textarea.md b/components/input/demo/textarea.md index ab69b8f8b6..9b124c9b38 100644 --- a/components/input/demo/textarea.md +++ b/components/input/demo/textarea.md @@ -2,16 +2,16 @@ order: 5 title: zh-CN: 文本域 - en-US: Textarea + en-US: TextArea --- ## zh-CN -用于多行输入,指定 `type` 为一个特殊的 `textarea`。 +用于多行输入。 ## en-US -For multi-line user input cases, an input whose `type` prop has the value of `"textarea"` can be used. +For multi-line input. ````jsx import { Input } from 'antd';