From 32d529b54e8416522ab999eae263b33a3538eeb1 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 2 Oct 2017 06:24:29 +0200 Subject: [PATCH] Fix typo in configuring docs [ci skip] --- doc/help/configuring.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/help/configuring.asciidoc b/doc/help/configuring.asciidoc index 573e0d2a3..f195db230 100644 --- a/doc/help/configuring.asciidoc +++ b/doc/help/configuring.asciidoc @@ -334,7 +334,7 @@ Note that this won't work for values which are dictionaries. Binding chained commands ^^^^^^^^^^^^^^^^^^^^^^^^ -If you have a lot of chained comamnds you want to bind, you can write a helper +If you have a lot of chained commands you want to bind, you can write a helper to do so: [source,python]