Skip to content

Commit

Permalink
Remove stray close-quotes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dougo committed Feb 26, 2017
1 parent 73ac7de commit 592dffc
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions docs/_releases/v1.17.6/stubs.md
Expand Up @@ -261,7 +261,7 @@ Like `yields`, `yieldsTo` grabs the first matching argument, finds the callback

#### `stub.yieldsToOn(property, context, [arg1, arg2, ...])`

Like above but with an additional parameter to pass the `this` context."
Like above but with an additional parameter to pass the `this` context.

```javascript
"test should fake successful ajax request": function () {
Expand All @@ -285,7 +285,7 @@ If the stub was never called with a function argument, `yield` throws an error.
Also aliased as `invokeCallback`.


#### `stub.yieldTo(callback, [arg1, arg2, ...])``
#### `stub.yieldTo(callback, [arg1, arg2, ...])`

Invokes callbacks passed as a property of an object to the stub.

Expand Down
4 changes: 2 additions & 2 deletions docs/_releases/v1.17.7/stubs.md
Expand Up @@ -261,7 +261,7 @@ Like `yields`, `yieldsTo` grabs the first matching argument, finds the callback

#### `stub.yieldsToOn(property, context, [arg1, arg2, ...])`

Like above but with an additional parameter to pass the `this` context."
Like above but with an additional parameter to pass the `this` context.

```javascript
"test should fake successful ajax request": function () {
Expand All @@ -285,7 +285,7 @@ If the stub was never called with a function argument, `yield` throws an error.
Also aliased as `invokeCallback`.


#### `stub.yieldTo(callback, [arg1, arg2, ...])``
#### `stub.yieldTo(callback, [arg1, arg2, ...])`

Invokes callbacks passed as a property of an object to the stub.

Expand Down
4 changes: 2 additions & 2 deletions docs/_releases/v2.0.0-pre.4/stubs.md
Expand Up @@ -283,7 +283,7 @@ Like `yields`, `yieldsTo` grabs the first matching argument, finds the callback

#### `stub.yieldsToOn(property, context, [arg1, arg2, ...])`

Like above but with an additional parameter to pass the `this` context."
Like above but with an additional parameter to pass the `this` context.

```javascript
"test should fake successful ajax request": function () {
Expand All @@ -307,7 +307,7 @@ If the stub was never called with a function argument, `yield` throws an error.
Also aliased as `invokeCallback`.


#### `stub.yieldTo(callback, [arg1, arg2, ...])``
#### `stub.yieldTo(callback, [arg1, arg2, ...])`

Invokes callbacks passed as a property of an object to the stub.

Expand Down
4 changes: 2 additions & 2 deletions docs/_releases/v2.0.0-pre.5/stubs.md
Expand Up @@ -283,7 +283,7 @@ Like `yields`, `yieldsTo` grabs the first matching argument, finds the callback

#### `stub.yieldsToOn(property, context, [arg1, arg2, ...])`

Like above but with an additional parameter to pass the `this` context."
Like above but with an additional parameter to pass the `this` context.

```javascript
"test should fake successful ajax request": function () {
Expand All @@ -307,7 +307,7 @@ If the stub was never called with a function argument, `yield` throws an error.
Also aliased as `invokeCallback`.


#### `stub.yieldTo(callback, [arg1, arg2, ...])``
#### `stub.yieldTo(callback, [arg1, arg2, ...])`

Invokes callbacks passed as a property of an object to the stub.

Expand Down
4 changes: 2 additions & 2 deletions docs/api/v2.0.0/stubs/index.md
Expand Up @@ -269,7 +269,7 @@ Like `yields`, `yieldsTo` grabs the first matching argument, finds the callback

#### `stub.yieldsToOn(property, context, [arg1, arg2, ...])`

Like above but with an additional parameter to pass the `this` context."
Like above but with an additional parameter to pass the `this` context.

```javascript
"test should fake successful ajax request": function () {
Expand All @@ -293,7 +293,7 @@ If the stub was never called with a function argument, `yield` throws an error.
Also aliased as `invokeCallback`.


#### `stub.yieldTo(callback, [arg1, arg2, ...])``
#### `stub.yieldTo(callback, [arg1, arg2, ...])`

Invokes callbacks passed as a property of an object to the stub.

Expand Down
4 changes: 2 additions & 2 deletions docs/release-source/release/stubs.md
Expand Up @@ -342,7 +342,7 @@ Like `yields`, `yieldsTo` grabs the first matching argument, finds the callback

#### `stub.yieldsToOn(property, context, [arg1, arg2, ...])`

Like above but with an additional parameter to pass the `this` context."
Like above but with an additional parameter to pass the `this` context.

```javascript
"test should fake successful ajax request": function () {
Expand All @@ -366,7 +366,7 @@ If the stub was never called with a function argument, `yield` throws an error.
Also aliased as `invokeCallback`.


#### `stub.yieldTo(callback, [arg1, arg2, ...])``
#### `stub.yieldTo(callback, [arg1, arg2, ...])`

Invokes callbacks passed as a property of an object to the stub.

Expand Down

0 comments on commit 592dffc

Please sign in to comment.