Skip to content

Commit bd5414e

Browse files
authored
Fixing spelling error in the tests
1 parent c8bef3b commit bd5414e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/portfolio.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ describe('The webpage', () => {
2121

2222
it('should not exist @header', () => {
2323
const header = doc.querySelector('.header');
24-
assert.isOk(!header, 'Make sure to remote the `.header` class -- we no longer need it.');
24+
assert.isOk(!header, 'Make sure to remove the `.header` class -- we no longer need it.');
2525
});
2626
});
2727

0 commit comments

Comments
 (0)