Skip to content

Commit

Permalink
Fix matchers.md in v1.17.6 and v1.17.7 releases. (#1379)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya Vohra authored and fatso83 committed Apr 11, 2017
1 parent 3d4bc16 commit 38e3ec4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_releases/v1.17.6/matchers.md
Expand Up @@ -4,7 +4,7 @@ title: Matchers - Sinon.JS
breadcrumb: matchers
---

Matchers can be passed as arguments to `spy.calledOn`, spy.calledWith`, `spy.returned` and the
Matchers can be passed as arguments to `spy.calledOn`, `spy.calledWith`, `spy.returned` and the
corresponding `sinon.assert` functions as well as `spy.withArgs`. Matchers allow to be either more fuzzy or more specific about the expected value.

```javascript
Expand Down
2 changes: 1 addition & 1 deletion docs/_releases/v1.17.7/matchers.md
Expand Up @@ -4,7 +4,7 @@ title: Matchers - Sinon.JS
breadcrumb: matchers
---

Matchers can be passed as arguments to `spy.calledOn`, spy.calledWith`, `spy.returned` and the
Matchers can be passed as arguments to `spy.calledOn`, `spy.calledWith`, `spy.returned` and the
corresponding `sinon.assert` functions as well as `spy.withArgs`. Matchers allow to be either more fuzzy or more specific about the expected value.

```javascript
Expand Down

0 comments on commit 38e3ec4

Please sign in to comment.