From cdf03228c26c7bc3caa5f0d7a41f5a032d96b1ab Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Thu, 8 Oct 2015 23:33:03 -0700 Subject: [PATCH] Minor test label nit of `param` to `argument`. --- test/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.js b/test/test.js index f39bdd64d..735f1af6f 100644 --- a/test/test.js +++ b/test/test.js @@ -17652,7 +17652,7 @@ } }); - QUnit.test('should support the legacy `options` param signature', function(assert) { + QUnit.test('should support the legacy `options` argument signature', function(assert) { assert.expect(1); var compiled = _.template('<%= data.a %>', null, { 'variable': 'data' }),