mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Update text-editor.coffee
Fix a type in `src/text-editor.coffee` (`adter` => `after`).
This commit is contained in:
@@ -325,7 +325,7 @@ class TextEditor extends Model
|
||||
onWillInsertText: (callback) ->
|
||||
@emitter.on 'will-insert-text', callback
|
||||
|
||||
# Extended: Calls your `callback` adter text has been inserted.
|
||||
# Extended: Calls your `callback` after text has been inserted.
|
||||
#
|
||||
# * `callback` {Function}
|
||||
# * `event` event {Object}
|
||||
|
||||
Reference in New Issue
Block a user