Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 84dce87

Browse files
committedOct 5, 2016
chore(jqLite): fix a typo in a test name
1 parent fd98606 commit 84dce87

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)
This repository has been archived.