diff --git a/docsite/rst/become.rst b/docsite/rst/become.rst index 93c96d9a3c3..4a5f9730153 100644 --- a/docsite/rst/become.rst +++ b/docsite/rst/become.rst @@ -71,7 +71,7 @@ For those from Pre 1.9 , sudo and su still work! For those using old playbooks will not need to be changed, even though they are deprecated, sudo and su directives, variables and options will continue to work. It is recommended to move to become as they may be retired at one point. -ou cannot mix directives on the same object (become and sudo) though, Ansible will complain if you try to. +You cannot mix directives on the same object (become and sudo) though, Ansible will complain if you try to. Become will default to using the old sudo/su configs and variables if they exist, but will override them if you specify any of the new ones.