Skip to content

Commit

Permalink
Merge pull request #792 from reergymerej/master
Browse files Browse the repository at this point in the history
fix typo, it's/its
  • Loading branch information
aweary authored Feb 2, 2017
2 parents c71ed62 + d8e66ce commit a0e3f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/selector.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const myComponents = wrapper.find(MyComponent);
### 3. A React Component's displayName

Enzyme allows you to find components based on a component's `displayName`. If a component exists
in a render tree where it's `displayName` is set and has it's first character as a capital letter,
in a render tree where its `displayName` is set and has its first character as a capital letter,
a string can be used to find it:


Expand Down

0 comments on commit a0e3f63

Please sign in to comment.