From 3a6eb353fa552383549ea3afe5d398538fb71128 Mon Sep 17 00:00:00 2001 From: Andreas Lind Date: Fri, 24 Apr 2015 13:13:15 +0200 Subject: [PATCH] Fixed typo in test description. --- test/unexpected.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unexpected.spec.js b/test/unexpected.spec.js index 1a31616e4..57f4c0494 100644 --- a/test/unexpected.spec.js +++ b/test/unexpected.spec.js @@ -5346,7 +5346,7 @@ describe('unexpected', function () { }, 'to throw', /expect.async should be called in the context of an it-block/); }); - it('fails if is called within a asynchronious context', function () { + it('fails if is called within a asynchronous context', function () { expect(function () { function done() {} expect.async(function () {