summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <bcoca@ansible.com>2016-03-10 18:27:08 -0500
committerBrian Coca <bcoca@ansible.com>2016-03-10 18:27:08 -0500
commit8a42f3417cf5ce6954db4208292ddc68b91146f5 (patch)
treec10b05973bdd1fd52c8d48ed7df7ed7fc071a8d2
parentadc9a25a0688c7121da2298e345e3d7dab178a80 (diff)
parent1871f0ec164f3bca25ee0802b198c831e1194733 (diff)
downloadansible-8a42f3417cf5ce6954db4208292ddc68b91146f5.tar.gz
Merge pull request #14905 from amesbury/patch-1
Fixed typo
-rw-r--r--docsite/rst/become.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docsite/rst/become.rst b/docsite/rst/become.rst
index 4a5f973015..2698b226bb 100644
--- a/docsite/rst/become.rst
+++ b/docsite/rst/become.rst
@@ -7,7 +7,7 @@ Ansible can use existing privilege escalation systems to allow a user to execute
Become
``````
-Ansible allows you 'become' another user, different from the user that logged into the machine (remote user). This is done existing
+Ansible allows you 'become' another user, different from the user that logged into the machine (remote user). This is done using existing
privilege escalation tools, which you probably already use or have configured, like 'sudo', 'su', 'pfexec', 'doas', 'pbrun' and others.