Skip to content

Commit

Permalink
docs: use AmE spelling of behavior (#5453)
Browse files Browse the repository at this point in the history
  • Loading branch information
102 authored and cpojer committed Feb 4, 2018
1 parent fece4be commit 884b95d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/TutorialReact.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ mocked module fails these checks. Your options are:
```
3. Use `react-test-renderer`. The test renderer doesn't care about element types
and will happily accept e.g. `SomeComponent`. You could check snapshots using
the test renderer, and check component behaviour separately using Enzyme.
the test renderer, and check component behavior separately using Enzyme.
### DOM Testing
Expand Down

0 comments on commit 884b95d

Please sign in to comment.