Skip to content

Commit

Permalink
Add missing final dot to sandbox docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfcosta committed May 21, 2017
1 parent 0ea3e17 commit 454e0fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/release-source/release/sandbox.md
Expand Up @@ -106,7 +106,7 @@ Works exactly like `sinon.spy`, only also adds the returned spy to the internal

Works almost exactly like `sinon.stub`, only also adds the returned stub to the internal collection of fakes for easy restoring through `sandbox.restore()`.

The sandbox `stub` method can also be used to stub any kind of property. This is useful if you need to override an object's property for the duration of a test, and have it restored when the test completes
The sandbox `stub` method can also be used to stub any kind of property. This is useful if you need to override an object's property for the duration of a test, and have it restored when the test completes.

#### `sandbox.mock();`

Expand Down

0 comments on commit 454e0fd

Please sign in to comment.