Browse Source

💬 fix tree component typos

pull/11473/merge
Ilan Hasanov 6 years ago
committed by 偏右
parent
commit
186496d840
  1. 1
      components/tree-select/demo/treeData.md
  2. 2
      components/tree/index.en-US.md

1
components/tree-select/demo/treeData.md

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

2
components/tree/index.en-US.md

@ -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

Loading…
Cancel
Save