From 186496d840f80523d9559906e2dca284cf61be68 Mon Sep 17 00:00:00 2001 From: Ilan Hasanov Date: Sat, 28 Jul 2018 18:55:37 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AC=20fix=20tree=20component=20typos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/tree-select/demo/treeData.md | 1 - components/tree/index.en-US.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/components/tree-select/demo/treeData.md b/components/tree-select/demo/treeData.md index 1dfb48b107..3a4ee0b087 100644 --- a/components/tree-select/demo/treeData.md +++ b/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'; diff --git a/components/tree/index.en-US.md b/components/tree/index.en-US.md index dd09675fbb..6d40dcc7ed 100644 --- a/components/tree/index.en-US.md +++ b/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