From 55682f6f5348f5220a557f89c3a796321a52aebf Mon Sep 17 00:00:00 2001 From: mholtzscher Date: Fri, 9 Feb 2018 13:40:22 -0600 Subject: Fix typo (synching -> syncing) closes #813 --- docs/commands.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/commands.rst') 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: -- cgit v1.2.1