From cdb1ff051491e85492c2d24be51ba130a4ac3fb5 Mon Sep 17 00:00:00 2001 From: Bryan Donovan Date: Sun, 7 Apr 2013 13:49:19 -0700 Subject: [PATCH] typo fix --- test/multi_caching.unit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/multi_caching.unit.js b/test/multi_caching.unit.js index 808209c..084fca5 100644 --- a/test/multi_caching.unit.js +++ b/test/multi_caching.unit.js @@ -422,7 +422,7 @@ describe("multi_caching", function () { }); }); - context("when instantiated non-Array 'caches' arg", function () { + context("when instantiated with a non-Array 'caches' arg", function () { it("throws an error", function () { assert.throws(function () { multi_caching({foo: 'bar'});