From be299cbe708d7439ddd333759f4f9a4b44b3065a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=90=83=E7=8C=AB=E7=9A=84=E9=B1=BC?= Date: Tue, 9 Mar 2021 09:07:37 +0800 Subject: [PATCH] docs: fix typo in demo (#29661) --- components/select/demo/automatic-tokenization.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/select/demo/automatic-tokenization.md b/components/select/demo/automatic-tokenization.md index 291a3c0fb3..db36709ec3 100644 --- a/components/select/demo/automatic-tokenization.md +++ b/components/select/demo/automatic-tokenization.md @@ -7,11 +7,11 @@ title: ## zh-CN -试下复制 `露西,杰克` 到输入框里。只在 tags 和 multiple 模式下可用。 +试下复制 `露西,杰克` 并粘贴到输入框里。只在 tags 和 multiple 模式下可用。 ## en-US -Try to copy `Lucy,Jack` to the input. Only available in tags and multiple mode. +Try to copy `Lucy,Jack` and paste to the input. Only available in tags and multiple mode. ```jsx import { Select } from 'antd';