hotkeys: Fix a minor typo in comment.

'Rnter' -> 'Enter'
This commit is contained in:
aryanshridhar
2021-05-08 19:03:49 +05:30
committed by Tim Abbott
parent 27d9643274
commit c25155a143

View File

@@ -427,7 +427,7 @@ export function process_enter_key(e) {
return false;
}
// This handles when pressing Rnter while looking at drafts.
// This handles when pressing Enter while looking at drafts.
// It restores draft that is focused.
if (overlays.drafts_open()) {
drafts.drafts_handle_events(e, "enter");