Skip to content

Commit ea84b7d

Browse files
authored
Merge pull request #5 from EdwardBetts/spelling
correct spelling mistake
2 parents 0a04556 + f39e5f1 commit ea84b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ describe('diff', function() {
1313
assert.deepEqual(diff(['x', 'b', 'b', 'b', 'c', 'e', 'y'], ['x', 'e']), ['b', 'b', 'b', 'c', 'y']);
1414
});
1515

16-
it('should remove all occurences of an element:', function() {
16+
it('should remove all occurrences of an element:', function() {
1717
assert.deepEqual(diff(['a', 'b', 'b', 'b', 'b'], ['b']), ['a']);
1818
});
1919

0 commit comments

Comments
 (0)