summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Clift <justin@postgresql.org>2016-09-19 13:10:44 +0100
committerMichael Scherer <mscherer@users.noreply.github.com>2016-09-19 14:10:44 +0200
commit4235bda1929275ca30b168383eac3a6d35a1001e (patch)
treef366f512e76e0b5ed3e6fb398a077290e9360f4e
parent49228d473bfe911c61b12e811386100cce68f745 (diff)
downloadansible-4235bda1929275ca30b168383eac3a6d35a1001e.tar.gz
Another minor typo fix ;) (#17631)
-rw-r--r--docsite/rst/playbooks_acceleration.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docsite/rst/playbooks_acceleration.rst b/docsite/rst/playbooks_acceleration.rst
index 0126b05cb2..d4e20f1157 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::
---