Skip to content

Commit

Permalink
💬 fix tree component typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ilanus authored and afc163 committed Jul 28, 2018
1 parent 6cecc9a commit 186496d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion components/tree-select/demo/treeData.md
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down
2 changes: 1 addition & 1 deletion components/tree/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 186496d

Please sign in to comment.