diff --git a/docs/books/admin_guide/03-commands.md b/docs/books/admin_guide/03-commands.md
index 5189e56842..eb1b5d59bf 100644
--- a/docs/books/admin_guide/03-commands.md
+++ b/docs/books/admin_guide/03-commands.md
@@ -869,7 +869,7 @@ The commands specific to `less` are:
| Enter | Move down one line. |
| Space | Move down one page. |
| PgUp and PgDn | Move up or down one page. |
-| gg and G | Move to the first and last pages |
+| g and G | Move to the first and last pages |
| `/text` | Search for text. |
| q | Quit the `less` command. |