Skip to content

Commit

Permalink
correct spelling mistake (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardBetts authored and jcrugzz committed Sep 1, 2017
1 parent 1312b78 commit e22ec76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ describe('Ultron', function () {
assume(ee.listeners('baz').length).equals(1);
});

it('removes multiple listeners if first arg is seperated string', function () {
it('removes multiple listeners if first arg is separated string', function () {
function foo() {}
function bar() {}
function baz() {}
Expand Down

0 comments on commit e22ec76

Please sign in to comment.