aboutsummaryrefslogtreecommitdiffstats
path: root/commands.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands.js')
-rw-r--r--commands.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands.js b/commands.js
index 3040cde0..701947c2 100644
--- a/commands.js
+++ b/commands.js
@@ -105,8 +105,8 @@ addCommand('scrollLeft', 'Scroll left');
addCommand('scrollRight', 'Scroll right');
addCommand('scrollToTop', 'Scroll to the top of the page');
addCommand('scrollToBottom', 'Scroll to the bottom of the page');
-addCommand('scrollPageDown', 'Scroll a page up');
-addCommand('scrollPageUp', 'Scroll a page down');
+addCommand('scrollPageDown', 'Scroll a page down');
+addCommand('scrollPageUp', 'Scroll a page up');
addCommand('scrollFullPageDown', 'Scroll a full page down');
addCommand('scrollFullPageUp', 'Scroll a full page up');