Skip to content

Commit

Permalink
Fix code tags in ReactWrapper update docs
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
silvenon committed Dec 6, 2015
1 parent d395726 commit cdd8c54
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 cdd8c54

Please sign in to comment.