Browse Source

spelling: synchronously

pull/4067/head
Josh Soref 8 years ago
parent
commit
20c1f289be
1 changed files with 1 additions and 1 deletions
  1. 2
      test/helpers/sinon.js

2
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 * The Sinon "server" mimics a web server that receives requests from
* sinon.FakeXMLHttpRequest and provides an API to respond to those requests, * 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. * answers have to be provided upfront.
* *
* @author Christian Johansen (christian@cjohansen.no) * @author Christian Johansen (christian@cjohansen.no)

Loading…
Cancel
Save