aboutsummaryrefslogtreecommitdiff
path: root/helix-view/src
diff options
context:
space:
mode:
Diffstat (limited to 'helix-view/src')
-rw-r--r--helix-view/src/keyboard.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-view/src/keyboard.rs b/helix-view/src/keyboard.rs
index 30a169e1..26a4d6d2 100644
--- a/helix-view/src/keyboard.rs
+++ b/helix-view/src/keyboard.rs
@@ -75,7 +75,7 @@ pub enum KeyCode {
End,
/// Page up key.
PageUp,
- /// Page dow key.
+ /// Page down key.
PageDown,
/// Tab key.
Tab,