Skip to content

Commit

Permalink
Merge pull request facebook#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
1 parent a1b4f40 commit e0c9fbc
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 e0c9fbc

Please sign in to comment.