Skip to content

Commit

Permalink
[docs] Copyedit: typo in testing.md (#12155)
Browse files Browse the repository at this point in the history
  • Loading branch information
cldellow authored and oliviertassinari committed Jul 15, 2018
1 parent 4732e55 commit f3fbfd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/guides/testing/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Aside from wrapping the enzyme API, it provides a `cleanUp` function.
Rendering to a string is useful to test the behavior of the components that are used on the server.
You can take advantage of this to assert the generated HTML string.

The `createRender()` function is ideal for this. This is just an alias for the enzyme API, which is only exposed for consitency.
The `createRender()` function is ideal for this. This is just an alias for the enzyme API, which is only exposed for consistency.

## API

Expand Down

0 comments on commit f3fbfd3

Please sign in to comment.