Skip to content

Commit

Permalink
docs: fix typo (#1471)
Browse files Browse the repository at this point in the history
  • Loading branch information
floriangosse committed Jun 25, 2020
1 parent 92961be commit 5301dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ This is most reliable way to compare components, but it will not work with requi

Another way - compare Component name.

> Not all components has a name. **In production displayName could not exists.**
> Not all components have a name. **In production displayName could not exists.**
```js
const element = <Component />;
Expand Down

0 comments on commit 5301dc8

Please sign in to comment.