diff --git a/spec/editor-spec.coffee b/spec/editor-spec.coffee index ced211574..2a0eff51f 100644 --- a/spec/editor-spec.coffee +++ b/spec/editor-spec.coffee @@ -2530,7 +2530,7 @@ describe "Editor", -> expect(editor.indentationForBufferRow(2)).toBe 1 describe "when the cursor is before whitespace", -> - it "indents that whitespace properly in the next line", -> + it "indents the whitespace properly on the new line", -> editor.setText(" var sort = function() {}") editor.setCursorScreenPosition([0, 23]) editor.insertNewline()