From 39d84f0be0502b82946b03554a0b8cd1b4d1b0f2 Mon Sep 17 00:00:00 2001 From: joshtepei Date: Wed, 20 May 2015 10:32:20 -0700 Subject: [PATCH] [Sinon.JS](https://github.com/cjohansen/Sinon.JS) - README.md Added a comma in README.md for [Sinon.JS](https://github.com/cjohansen/Sinon.JS) to provide more clarification. BEFORE: Test spies, stubs and mocks for Javascript. AFTER: Test spies, stubs, and mocks for Javascript. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f864cc9..e40fc61 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny ### Assertion * [chai](https://github.com/chaijs/chai) - BDD / TDD assertion framework for node.js and the browser that can be paired with any testing framework. [![](http://spmjs.io/badge/chai)](http://spmjs.io/package/chai) -* [Sinon.JS](https://github.com/cjohansen/Sinon.JS) - Test spies, stubs and mocks for JavaScript. [![](http://spmjs.io/badge/sinon)](http://spmjs.io/package/sinon) +* [Sinon.JS](https://github.com/cjohansen/Sinon.JS) - Test spies, stubs, and mocks for JavaScript. [![](http://spmjs.io/badge/sinon)](http://spmjs.io/package/sinon) * [expect.js](https://github.com/LearnBoost/expect.js) - Minimalistic BDD-style assertions for Node.JS and the browser. [![](http://spmjs.io/badge/expect.js)](http://spmjs.io/package/expect.js) ### Coverage