Skip to content

Commit

Permalink
Merge pull request #3658 from sbezludny/patch-1
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
zpao committed Apr 13, 2015
2 parents 88fb106 + 1bf7648 commit 3c174ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/10.4-test-utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ Then you can assert:
result = renderer.getRenderOutput();
expect(result.type).toBe('div');
expect(result.props.children).toEqual([
<span className="heading">Title</span>
<span className="heading">Title</span>,
<Subcomponent foo="bar" />
]);
```
Expand Down

0 comments on commit 3c174ca

Please sign in to comment.