Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo in documentation
  • Loading branch information
mroderick committed Jan 8, 2018
1 parent f14c3cf commit 5fa0e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/release-source/release/stubs.md
Expand Up @@ -224,7 +224,7 @@ stub.called // false

*Since `sinon@5.0.0`*

You can reset behaviour of all stubs using `sinon.resetHistory()`
You can reset history of all stubs using `sinon.resetHistory()`


#### `stub.callsFake(fakeFunction);`
Expand Down

0 comments on commit 5fa0e66

Please sign in to comment.