spelling: perseveres

This commit is contained in:
Josh Soref 2017-09-10 15:40:41 +00:00
parent 27e021e22b
commit 161a7f1788

View File

@ -2258,7 +2258,7 @@ describe "TextEditor", ->
describe "when the preceding row consists of folded code", ->
it "moves the line above the folded row and preseveres the correct folds", ->
it "moves the line above the folded row and perseveres the correct folds", ->
expect(editor.lineTextForBufferRow(8)).toBe " return sort(left).concat(pivot).concat(sort(right));"
expect(editor.lineTextForBufferRow(9)).toBe " };"