Skip to content

Commit e50316c

Browse files
authored
docs: Fix a few typos (#1745)
1 parent cce8d49 commit e50316c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spec/main-spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ describe('Atom Linter', function () {
3030
},
3131
dispose() {},
3232
}
33-
// Force the MessageRegistry to initialze, note that this is handled under
33+
// Force the MessageRegistry to initialize, note that this is handled under
3434
// normal usage!
3535
atomLinter.registryMessagesInit()
3636
atomLinter.registryMessages.messages.push(message)

spec/message-registry-spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ describe('Message Registry', function () {
333333
})
334334

335335
// This functionality was removed in https://github.com/steelbrain/linter/pull/1706 due to performance reasons
336-
// it('notices changes on last messages instead of relying on their keys and invaildates them', function() {
336+
// it('notices changes on last messages instead of relying on their keys and invalidates them', function() {
337337
// let called = 0
338338
//
339339
// const linter: Object = { name: 'any' }

0 commit comments

Comments
 (0)