From 4235bda1929275ca30b168383eac3a6d35a1001e Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Mon, 19 Sep 2016 13:10:44 +0100 Subject: [PATCH] Another minor typo fix ;) (#17631) --- docsite/rst/playbooks_acceleration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/playbooks_acceleration.rst b/docsite/rst/playbooks_acceleration.rst index 0126b05cb22..d4e20f11571 100644 --- a/docsite/rst/playbooks_acceleration.rst +++ b/docsite/rst/playbooks_acceleration.rst @@ -56,7 +56,7 @@ In order to use accelerated mode, simply add `accelerate: true` to your play:: - bar - baz -If you wish to change the port Ansible will use for the accelerated connection, just add the `accelerated_port` option:: +If you wish to change the port Ansible will use for the accelerated connection, just add the `accelerate_port` option:: ---