Skip to content

Commit

Permalink
Added comma, for clarity
Browse files Browse the repository at this point in the history
Wouldn't want anyone thinking sinon will in any way "fail to ensure you are creating less error prone tests" :)
  • Loading branch information
markstickley authored and mroderick committed Feb 22, 2018
1 parent f7139e7 commit 2c2bc0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/migrating-to-4.0.md
Expand Up @@ -9,6 +9,6 @@ This guide will walk you through those changes.

## `sinon.stub(obj, 'nonExistingProperty')` - Throws

Trying to stub a non-existing property will now fail to ensure you are creating
Trying to stub a non-existing property will now fail, to ensure you are creating
[less error-prone tests](https://github.com/sinonjs/sinon/pull/1557).

0 comments on commit 2c2bc0d

Please sign in to comment.