Skip to content

Commit

Permalink
Update forEach.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaketrent committed Jan 11, 2016
1 parent 53f43ef commit 8806e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/ReactWrapper/forEach.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const wrapper = mount(
);

wrapper.find('.foo').forEach(function (node) {
expect(s.hasClass('foo')).to.equal(true);
expect(node.hasClass('foo')).to.equal(true);
});
```

Expand Down

0 comments on commit 8806e2d

Please sign in to comment.