From 20c1f289bea35c4ccee063873ebe533a8107c495 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 26 May 2016 18:50:11 +0000 Subject: [PATCH] spelling: synchronously --- test/helpers/sinon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/helpers/sinon.js b/test/helpers/sinon.js index 398a2e36c..4112185dc 100644 --- a/test/helpers/sinon.js +++ b/test/helpers/sinon.js @@ -4018,7 +4018,7 @@ if (typeof module !== 'undefined' && module.exports) { /** * The Sinon "server" mimics a web server that receives requests from * sinon.FakeXMLHttpRequest and provides an API to respond to those requests, - * both synchronously and asynchronously. To respond synchronuously, canned + * both synchronously and asynchronously. To respond synchronously, canned * answers have to be provided upfront. * * @author Christian Johansen (christian@cjohansen.no)