spelling: doesn't

This commit is contained in:
Josh Soref
2017-09-10 15:34:43 +00:00
parent fa249d5764
commit 6ce5f48203

View File

@@ -4992,7 +4992,7 @@ describe "TextEditor", ->
editor.insertText('\n')
expect(editor.indentationForBufferRow(2)).toBe editor.indentationForBufferRow(1) + 1
describe "when the line preceding the newline does't add a level of indentation", ->
describe "when the line preceding the newline doesn't add a level of indentation", ->
it "indents the new line to the same level as the preceding line", ->
editor.setCursorBufferPosition([5, 14])
editor.insertText('\n')