Skip to content

Commit 884b95d

Browse files
102cpojer
authored andcommitted
docs: use AmE spelling of behavior (#5453)
1 parent fece4be commit 884b95d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/TutorialReact.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ mocked module fails these checks. Your options are:
217217
```
218218
3. Use `react-test-renderer`. The test renderer doesn't care about element types
219219
and will happily accept e.g. `SomeComponent`. You could check snapshots using
220-
the test renderer, and check component behaviour separately using Enzyme.
220+
the test renderer, and check component behavior separately using Enzyme.
221221

222222
### DOM Testing
223223

0 commit comments

Comments
 (0)