Browse Source

docs: fix typo in demo (#29661)

pull/29669/head
不吃猫的鱼 4 years ago
committed by GitHub
parent
commit
be299cbe70
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      components/select/demo/automatic-tokenization.md

4
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';

Loading…
Cancel
Save