aboutsummaryrefslogtreecommitdiff
path: root/doc/haredoc.txt
diff options
context:
space:
mode:
authorJose Lombera <jose@lombera.dev>2022-06-15 14:47:13 -0500
committerByron Torres <b@torresjrjr.com>2022-06-15 21:43:26 +0100
commitb8add673fe8a32c9e34dba82ac31523c2464805f (patch)
tree60f5613727d0588ffb5b5bf2583032fa826bae49 /doc/haredoc.txt
parentnew gK mapping, u & d scrolling, improved docs (diff)
downloadvim-haredoc-b8add673fe8a32c9e34dba82ac31523c2464805f.tar.gz
doc: fix typo s/largs/large/
Diffstat (limited to '')
-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.