Skip to content

Commit

Permalink
Docs: fix trailing punctuation in headers
Browse files Browse the repository at this point in the history
  • Loading branch information
mroderick committed Nov 1, 2017
1 parent 7b04012 commit 579e029
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/_releases/v1.17.6.md
Expand Up @@ -19,7 +19,7 @@ This page contains the entire Sinon.JS API documentation along with brief int
* [Sandboxes](./sandbox)
* [Utils](./utils)

### Important: Sinon v1.x does not work with AMD/CommonJS Bundlers!
### Important: Sinon v1.x does not work with AMD/CommonJS Bundlers

Sinon.JS v1.x *as source* **doesn't work with AMD loaders / RequireJS / Webpack / Browserify**. For that you will have to [use a pre-built version](http://sinonjs.org/releases/).

Expand Down
2 changes: 1 addition & 1 deletion docs/_releases/v1.17.7.md
Expand Up @@ -19,7 +19,7 @@ This page contains the entire Sinon.JS API documentation along with brief int
* [Sandboxes](./sandbox)
* [Utils](./utils)

### Important: Sinon v1.x does not work with AMD/CommonJS Bundlers!
### Important: Sinon v1.x does not work with AMD/CommonJS Bundlers

Sinon.JS v1.x *as source* **doesn't work with AMD loaders / RequireJS / Webpack / Browserify**. For that you will have to [use a pre-built version](http://sinonjs.org/releases/).

Expand Down
2 changes: 1 addition & 1 deletion docs/_releases/v2.1.0/fake-xhr-and-server.md
Expand Up @@ -43,7 +43,7 @@ The fake server and XHR can be used completely stand-alone by downloading `sinon

### `sinon.useFakeXMLHttpRequest`

#### var xhr = sinon.useFakeXMLHttpRequest();
#### `var xhr = sinon.useFakeXMLHttpRequest();`

Causes Sinon to replace the native `XMLHttpRequest` object in browsers that support it with a custom implementation which does not send actual requests.

Expand Down
2 changes: 1 addition & 1 deletion docs/_releases/v3.0.0/fake-timers.md
Expand Up @@ -67,7 +67,7 @@ Please visit the `lolex.install` [documentation](https://github.com/sinonjs/lole

**Important note:** when faking `nextTick`, normal calls to `process.nextTick()` would not execute automatically as they would during normal event-loop phases. You would have to call either `clock.next()`, `clock.tick()`, `clock.runAll()` or `clock.runToLast()` (see example below). Please refer to the [lolex](https://github.com/sinonjs/lolex) documentation for more information.

#### Examples:
#### Examples

Installs fake timers at January 1st 2017 and fakes `setTimeout` and `process.nextTick` only:

Expand Down
2 changes: 1 addition & 1 deletion docs/_releases/v3.1.0/fake-timers.md
Expand Up @@ -67,7 +67,7 @@ Please visit the `lolex.install` [documentation](https://github.com/sinonjs/lole

**Important note:** when faking `nextTick`, normal calls to `process.nextTick()` would not execute automatically as they would during normal event-loop phases. You would have to call either `clock.next()`, `clock.tick()`, `clock.runAll()` or `clock.runToLast()` (see example below). Please refer to the [lolex](https://github.com/sinonjs/lolex) documentation for more information.

#### Examples:
#### Examples

Installs fake timers at January 1st 2017 and fakes `setTimeout` and `process.nextTick` only:

Expand Down
2 changes: 1 addition & 1 deletion docs/_releases/v3.2.0/fake-timers.md
Expand Up @@ -67,7 +67,7 @@ Please visit the `lolex.install` [documentation](https://github.com/sinonjs/lole

**Important note:** when faking `nextTick`, normal calls to `process.nextTick()` would not execute automatically as they would during normal event-loop phases. You would have to call either `clock.next()`, `clock.tick()`, `clock.runAll()` or `clock.runToLast()` (see example below). Please refer to the [lolex](https://github.com/sinonjs/lolex) documentation for more information.

#### Examples:
#### Examples

Installs fake timers at January 1st 2017 and fakes `setTimeout` and `process.nextTick` only:

Expand Down
2 changes: 1 addition & 1 deletion docs/_releases/v3.2.1/fake-timers.md
Expand Up @@ -67,7 +67,7 @@ Please visit the `lolex.install` [documentation](https://github.com/sinonjs/lole

**Important note:** when faking `nextTick`, normal calls to `process.nextTick()` would not execute automatically as they would during normal event-loop phases. You would have to call either `clock.next()`, `clock.tick()`, `clock.runAll()` or `clock.runToLast()` (see example below). Please refer to the [lolex](https://github.com/sinonjs/lolex) documentation for more information.

#### Examples:
#### Examples

Installs fake timers at January 1st 2017 and fakes `setTimeout` and `process.nextTick` only:

Expand Down
2 changes: 1 addition & 1 deletion docs/_releases/v3.3.0/fake-timers.md
Expand Up @@ -67,7 +67,7 @@ Please visit the `lolex.install` [documentation](https://github.com/sinonjs/lole

**Important note:** when faking `nextTick`, normal calls to `process.nextTick()` would not execute automatically as they would during normal event-loop phases. You would have to call either `clock.next()`, `clock.tick()`, `clock.runAll()` or `clock.runToLast()` (see example below). Please refer to the [lolex](https://github.com/sinonjs/lolex) documentation for more information.

#### Examples:
#### Examples

Installs fake timers at January 1st 2017 and fakes `setTimeout` and `process.nextTick` only:

Expand Down
2 changes: 1 addition & 1 deletion docs/_releases/v4.0.0/fake-timers.md
Expand Up @@ -67,7 +67,7 @@ Please visit the `lolex.install` [documentation](https://github.com/sinonjs/lole

**Important note:** when faking `nextTick`, normal calls to `process.nextTick()` would not execute automatically as they would during normal event-loop phases. You would have to call either `clock.next()`, `clock.tick()`, `clock.runAll()` or `clock.runToLast()` (see example below). Please refer to the [lolex](https://github.com/sinonjs/lolex) documentation for more information.

#### Examples:
#### Examples

Installs fake timers at January 1st 2017 and fakes `setTimeout` and `process.nextTick` only:

Expand Down
2 changes: 1 addition & 1 deletion docs/_releases/v4.0.1/fake-timers.md
Expand Up @@ -67,7 +67,7 @@ Please visit the `lolex.install` [documentation](https://github.com/sinonjs/lole

**Important note:** when faking `nextTick`, normal calls to `process.nextTick()` would not execute automatically as they would during normal event-loop phases. You would have to call either `clock.next()`, `clock.tick()`, `clock.runAll()` or `clock.runToLast()` (see example below). Please refer to the [lolex](https://github.com/sinonjs/lolex) documentation for more information.

#### Examples:
#### Examples

Installs fake timers at January 1st 2017 and fakes `setTimeout` and `process.nextTick` only:

Expand Down
2 changes: 1 addition & 1 deletion docs/_releases/v4.0.2/fake-timers.md
Expand Up @@ -67,7 +67,7 @@ Please visit the `lolex.install` [documentation](https://github.com/sinonjs/lole

**Important note:** when faking `nextTick`, normal calls to `process.nextTick()` would not execute automatically as they would during normal event-loop phases. You would have to call either `clock.next()`, `clock.tick()`, `clock.runAll()` or `clock.runToLast()` (see example below). Please refer to the [lolex](https://github.com/sinonjs/lolex) documentation for more information.

#### Examples:
#### Examples

Installs fake timers at January 1st 2017 and fakes `setTimeout` and `process.nextTick` only:

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Expand Up @@ -238,7 +238,7 @@ it('calls callback after 100ms', function () {
As before, Sinon.JS provides utilities that help test frameworks reduce the boiler-plate. [Learn more about fake time][clock].
### And all the rest...
### And all the rest
You've seen the most common tasks people tackle with Sinon.JS, yet we've only scratched the surface. View more quick examples below, or dive into the [API docs][api-docs], which also provides useful pointers on how and when to use the various functionality.
Expand Down
2 changes: 1 addition & 1 deletion docs/release-source/release/fake-timers.md
Expand Up @@ -67,7 +67,7 @@ Please visit the `lolex.install` [documentation](https://github.com/sinonjs/lole

**Important note:** when faking `nextTick`, normal calls to `process.nextTick()` would not execute automatically as they would during normal event-loop phases. You would have to call either `clock.next()`, `clock.tick()`, `clock.runAll()` or `clock.runToLast()` (see example below). Please refer to the [lolex](https://github.com/sinonjs/lolex) documentation for more information.

#### Examples:
#### Examples

Installs fake timers at January 1st 2017 and fakes `setTimeout` and `process.nextTick` only:

Expand Down

0 comments on commit 579e029

Please sign in to comment.