summaryrefslogtreecommitdiff
path: root/docs/commands.rst
diff options
context:
space:
mode:
authormholtzscher <mholtz@protonmail.com>2018-02-09 13:40:22 -0600
committerAdrian <adrian@planetcoding.net>2018-02-09 20:40:22 +0100
commit55682f6f5348f5220a557f89c3a796321a52aebf (patch)
tree222ac18f2efe52587825ff2a64c947eee2309f99 /docs/commands.rst
parentc7ef4bab075479830a349f9ee2020b7a953c27ff (diff)
downloadclick-55682f6f5348f5220a557f89c3a796321a52aebf.tar.gz
Fix typo (synching -> syncing)
closes #813
Diffstat (limited to 'docs/commands.rst')
-rw-r--r--docs/commands.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/commands.rst b/docs/commands.rst
index 5a7ef79..2320432 100644
--- a/docs/commands.rst
+++ b/docs/commands.rst
@@ -29,7 +29,7 @@ when an inner command runs:
@cli.command()
def sync():
- click.echo('Synching')
+ click.echo('Syncing')
Here is what this looks like: