aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar bgeron-g <bgeron@google.com>2016-06-23 18:23:10 +0200
committerGravatar GitHub <noreply@github.com>2016-06-23 18:23:10 +0200
commit5d680f6dbc86e69990b3b2e8ab8027f785ef4720 (patch)
tree377b4eb9fd54255d5662fca8f07ec044d9c342ec
parent290e936322ce0860dc88d1d2b257bda0ac6afdce (diff)
Fix typo
-rw-r--r--doc_src/complete.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc_src/complete.txt b/doc_src/complete.txt
index 5c1a1877..0e6ee5d0 100644
--- a/doc_src/complete.txt
+++ b/doc_src/complete.txt
@@ -53,7 +53,7 @@ the fish manual.
- `-x` or `--exclusive` implies both `-r` and `-f`.
-- `-w WRAPPED_COMMAND` or `--wraps=WRAPPED_COMMAND` causes the specified command to inherit completions from the wrapped command (See blow for details).
+- `-w WRAPPED_COMMAND` or `--wraps=WRAPPED_COMMAND` causes the specified command to inherit completions from the wrapped command (See below for details).
- `-n` or `--condition` specifies a shell command that must return 0 if the completion is to be used. This makes it possible to specify completions that should only be used in some cases.