From 095cacb79b881e1b36b52a943d2e05d79edee87d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski?= Date: Fri, 23 Sep 2016 13:14:58 +0200 Subject: [PATCH] chore(jqLite): fix a typo in a test name --- test/jqLiteSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/jqLiteSpec.js b/test/jqLiteSpec.js index c51ed56bf..91b9bb7a1 100644 --- a/test/jqLiteSpec.js +++ b/test/jqLiteSpec.js @@ -598,7 +598,7 @@ describe('jqLite', function() { describe('attr', function() { - it('should read write and remove attr', function() { + it('should read, write and remove attr', function() { var selector = jqLite([a, b]); expect(selector.attr('prop', 'value')).toEqual(selector);