From 64b447f01bf5338195627eff2fec4e62257f6f02 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Fri, 13 Mar 2015 12:22:55 -0400 Subject: [PATCH] grammer correction --- docsite/rst/common_return_values.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/common_return_values.rst b/docsite/rst/common_return_values.rst index 38a6917233..ff2b92b4af 100644 --- a/docsite/rst/common_return_values.rst +++ b/docsite/rst/common_return_values.rst @@ -5,7 +5,7 @@ Common Return Values Ansible modules normally return a data structure that can be registered into a variable, or seen directly when using the `ansible` program as output. Here we document the values common to all modules, each module can optionally document -it's own unique returns. If these docs exist they will be visible through ansible-doc and https://docs.ansible.com. +its own unique returns. If these docs exist they will be visible through ansible-doc and https://docs.ansible.com. .. _facts: