mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Fix typo
This commit is contained in:
@@ -263,7 +263,7 @@ class TextEditorComponent
|
||||
# before observing any keyup event, we observe events in the following
|
||||
# sequence:
|
||||
#
|
||||
# keydown(keyCode: X), keypress, keydown(codeCode: X)
|
||||
# keydown(keyCode: X), keypress, keydown(keyCode: X)
|
||||
#
|
||||
# The keyCode X must be the same in the keydown events that bracket the
|
||||
# keypress, meaning we're *holding* the _same_ key we intially pressed.
|
||||
|
||||
Reference in New Issue
Block a user