aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/haredoc.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/haredoc.txt b/doc/haredoc.txt
index c2e6f60..72d5fb2 100644
--- a/doc/haredoc.txt
+++ b/doc/haredoc.txt
@@ -20,14 +20,14 @@ MAPPINGS
*K* *haredoc-K*
K Show documentation for the Hare symbol under the
cursor in a |popup-window|.
- Press d and u to scroll largs outputs.
+ Press d and u to scroll large outputs.
Press q or CTRL-C to close.
*gK* *haredoc-gK*
gK Show documentation for the Hare symbol under the
cursor in a |terminal-window|.
- Press d and u to scroll largs outputs.
+ Press d and u to scroll large outputs.
Press q or CTRL-C once or twice to close.
COMMANDS
@@ -35,7 +35,7 @@ COMMANDS
*:Haredoc*
:Haredoc {symbol} Show documentation for the given Hare symbol in a
|terminal-window|.
- Press d and u to scroll largs outputs.
+ Press d and u to scroll large outputs.
Press q or CTRL-C once or twice to close.
:Haredoc . Same as the |K| command.