summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRené Moser <mail@renemoser.net>2014-02-18 14:23:23 +0100
committerRené Moser <mail@renemoser.net>2014-02-18 14:23:23 +0100
commita360bfdb736de13a502dcb989c65769e85887727 (patch)
treedc2a39c8ace444a1468ac99edde47b863670e5b5
parentAvoid breaking on unicode input when logging to syslog in modules (diff)
downloadansible-a360bfdb736de13a502dcb989c65769e85887727.tar.xz
ansible-a360bfdb736de13a502dcb989c65769e85887727.zip
Docsite: Fixed typo.
-rw-r--r--docsite/rst/playbooks_prompts.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docsite/rst/playbooks_prompts.rst b/docsite/rst/playbooks_prompts.rst
index 30fa51a843..4b27722f3e 100644
--- a/docsite/rst/playbooks_prompts.rst
+++ b/docsite/rst/playbooks_prompts.rst
@@ -73,7 +73,7 @@ You can use any crypt scheme supported by 'Passlib':
- *scram* - SCRAM Hash
- *bsd_nthash* - FreeBSD’s MCF-compatible nthash encoding
-However, the only parameters accepted are 'salt' or 'salt_size'. You can use you own salt using
+However, the only parameters accepted are 'salt' or 'salt_size'. You can use your own salt using
'salt', or have one generated automatically using 'salt_size'. If nothing is specified, a salt
of size 8 will be generated.