From e8012616b58e4fec861dbc4b5d916183c873a364 Mon Sep 17 00:00:00 2001 From: Danny Croft Date: Sun, 24 Jun 2012 22:48:49 +0200 Subject: [PATCH] Fix small typo --- tests/app/async.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/app/async.js b/tests/app/async.js index 072d007fd..56012c91e 100644 --- a/tests/app/async.js +++ b/tests/app/async.js @@ -2,7 +2,7 @@ define([ 'app/async' ], function(answers) { describe("async behavior", function() { - it("you should understand how to uses 'promises'", function(done) { + it("you should understand how to use 'promises'", function(done) { var flag = false; answers.async().then(function(result) {