summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate Eagleson <nate@nateeag.com>2014-12-28 21:35:30 -0500
committerNate Eagleson <nate@nateeag.com>2014-12-28 21:35:30 -0500
commit20937f6fa20150426cab66e1da1b22b8a895bc21 (patch)
tree309c54a4c5a8085046d047198175d9ac001ac43e
parent41399dedaf923a9b95dd0c047803b9e8fd738e89 (diff)
downloadansible-20937f6fa20150426cab66e1da1b22b8a895bc21.tar.gz
"its" => "it's" in docsite/rst/intro_adhoc.rst
Noticed this grammar error while reading through the intro and figured I'd send a quick PR.
-rw-r--r--docsite/rst/intro_adhoc.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docsite/rst/intro_adhoc.rst b/docsite/rst/intro_adhoc.rst
index 2978343abe..cfc880ce0b 100644
--- a/docsite/rst/intro_adhoc.rst
+++ b/docsite/rst/intro_adhoc.rst
@@ -261,7 +261,7 @@ system. These can be used to implement conditional execution of tasks but also
$ ansible all -m setup
-Its also possible to filter this output to just export certain facts, see the "setup" module documentation for details.
+It's also possible to filter this output to just export certain facts, see the "setup" module documentation for details.
Read more about facts at :doc:`playbooks_variables` once you're ready to read up on :doc:`Playbooks <playbooks>`.