mirror of
https://github.com/atom/atom.git
synced 2026-01-25 14:59:03 -05:00
Spelling 💄 in spec
This commit is contained in:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user