Skip to content

Commit cc54e43

Browse files
mgolpetebacondarwin
authored andcommitted
chore(jqLite): fix a typo in a test name
1 parent 73ed7ef commit cc54e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jqLiteSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ describe('jqLite', function() {
598598

599599

600600
describe('attr', function() {
601-
it('should read write and remove attr', function() {
601+
it('should read, write and remove attr', function() {
602602
var selector = jqLite([a, b]);
603603

604604
expect(selector.attr('prop', 'value')).toEqual(selector);

0 commit comments

Comments
 (0)