Skip to content

Commit

Permalink
Merge pull request #57 from silvenon/patch-3
Browse files Browse the repository at this point in the history
Fix code tags in ReactWrapper update docs
  • Loading branch information
lelandrichardson committed Dec 7, 2015
2 parents d395726 + cdd8c54 commit 6fd12d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/ReactWrapper/update.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ const wrapper = mount(<ImpureRender />);
expect(wrapper.text()).to.equal("0");
wrapper.update();
expect(wrapper.text()).to.equal("1");
``
```

0 comments on commit 6fd12d7

Please sign in to comment.