Spelling 💄 in spec

This commit is contained in:
Nathan Sobo 2013-01-30 13:24:15 -07:00
parent 6388ec8bd7
commit 063cb71175

View File

@ -1866,7 +1866,7 @@ describe "EditSession", ->
expect(buffer.getLineCount()).toBe(1)
expect(buffer.getText()).toBe('')
describe ".tranpose()", ->
describe ".transpose()", ->
it "swaps two characters", ->
editSession.buffer.setText("abc")
editSession.setCursorScreenPosition([0, 1])