💬 fix tree component typos

This commit is contained in:
Ilan Hasanov 2018-07-28 18:55:37 +02:00 committed by 偏右
parent 6cecc9a0ea
commit 186496d840
2 changed files with 1 additions and 2 deletions

View File

@ -13,7 +13,6 @@ title:
The tree structure can be populated using `treeData` property. This is a quick and easy way to provide the tree content.
````jsx
import { TreeSelect } from 'antd';

View File

@ -6,7 +6,7 @@ title: Tree
## When To Use
Almost anything can be represented in a tree structure. Examples include directories, organization hierarchies, biological classifications, countries, etc. The `Tree` component is a way of representing the hierarchical relationship between these things. You can also expand, collapse, and select a treeNode within a `Tree`.
Almost anything can be represented in a tree structure. Examples include directories, organization hierarchies, biological classifications, countries, etc. The `Tree` component is a way of representing the hierarchical relationship between these things. You can also expand, collapse, and select a treeNode within a `Tree`.
## API