From 6bf5cbb49c988fb51138882f76ecfaabd93ea6b2 Mon Sep 17 00:00:00 2001 From: Haofu Zhu Date: Wed, 19 Jun 2019 15:46:10 +1000 Subject: [PATCH] docs: fix tiny wording problem in migration guide --- docs/components/MigrationNote/index.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/components/MigrationNote/index.jsx b/docs/components/MigrationNote/index.jsx index be3d3d376..af3e92bb7 100644 --- a/docs/components/MigrationNote/index.jsx +++ b/docs/components/MigrationNote/index.jsx @@ -32,7 +32,7 @@ class MigrationNote extends React.Component {

Search Component

- The new {``} component will replace the old {``} amd {``} component. + The new {``} component will merge old {``} and {``} component.

1. onSearch function is the only required prop. It can work as an uncontrolled component without{' '} @@ -55,7 +55,7 @@ class MigrationNote extends React.Component { } `} -

New Search component will use its default icons if none or some of the icons are not provided.

+

New Search component will use default icons if none or some of the icons are not provided.

For more information check the example: Search Example