Skip to content

Commit

Permalink
corected spelling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Chandan Rai committed Feb 7, 2017
1 parent a0e3f63 commit 5c53fff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api/ReactWrapper/containsAllMatchingElements.md
Expand Up @@ -41,5 +41,5 @@ expect(wrapper.containsAllMatchingElements([

- `.containsAllMatchingElements()` expects an array of ReactElement, not a selector (like many other methods). Make sure that
when you are calling it you are calling it with an array of ReactElement or a JSX expression.
- Keep in mind that this method determines mathcing based on the matching of the node's children as
- Keep in mind that this method determines matching based on the matching of the node's children as
well.
2 changes: 1 addition & 1 deletion docs/common-issues.md
Expand Up @@ -58,7 +58,7 @@ An example:
If you are testing a library that creates a Modal, and it manually appends it to a different part of the DOM, React has lost
track of this component, and therefore Enzyme has also lost track of it.

Even moreso, if this library appends dom elements into react components, react still does not know about it. A library like d3 which
Even more so, if this library appends dom elements into react components, react still does not know about it. A library like d3 which
appends DOM elements would be an example here.

###### Solutions
Expand Down

0 comments on commit 5c53fff

Please sign in to comment.