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);