spelling: appearance

This commit is contained in:
Josh Soref
2017-09-07 05:25:12 +00:00
parent e6e28c19c3
commit 5cbe7c8897

View File

@@ -1601,7 +1601,7 @@ describe('TextEditorComponent', () => {
const decoration = editor.decorateMarker(marker, {type: 'highlight', class: 'a'})
decoration.flash('b', 10)
// Flash on initial appearence of highlight
// Flash on initial appearance of highlight
await component.getNextUpdatePromise()
const highlights = element.querySelectorAll('.highlight.a')
expect(highlights.length).toBe(1)