Skip to content

Commit

Permalink
docs: fix tiny wording problem in migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Haofu Zhu authored and Haofu Zhu committed Jun 19, 2019
1 parent 5259801 commit 6bf5cbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/components/MigrationNote/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class MigrationNote extends React.Component {
<hr />
<h3>Search Component</h3>
<p>
The new {`<Search />`} component will replace the old {`<Search />`} amd {`<SearchBar />`} component.
The new {`<Search />`} component will merge old {`<Search />`} and {`<SearchBar />`} component.
</p>
<p>
1. <b>onSearch</b> function is the only required prop. It can work as an uncontrolled component without{' '}
Expand All @@ -55,7 +55,7 @@ class MigrationNote extends React.Component {
}
`}
</SyntaxHighlighter>
<p>New Search component will use its default icons if none or some of the icons are not provided.</p>
<p>New Search component will use default icons if none or some of the icons are not provided.</p>
<p>
For more information check the example: <a href="#search-example">Search Example</a>
</p>
Expand Down

0 comments on commit 6bf5cbb

Please sign in to comment.