From ffc46e164827fc5bf920db12736db5c323b38ce8 Mon Sep 17 00:00:00 2001 From: Bianca Henderson Date: Fri, 12 Oct 2018 09:59:08 -0500 Subject: [PATCH] Making minor grammatical changes (#46844) fixes to dev_guide page --- docs/docsite/rst/dev_guide/developing_modules_general.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docsite/rst/dev_guide/developing_modules_general.rst b/docs/docsite/rst/dev_guide/developing_modules_general.rst index c7617c09883..2262d52330d 100644 --- a/docs/docsite/rst/dev_guide/developing_modules_general.rst +++ b/docs/docsite/rst/dev_guide/developing_modules_general.rst @@ -194,7 +194,7 @@ Our :ref:`debugging tips ` will help if you run into bugs as you exer Exercising module code locally ------------------------------ -If you module does not need to target a remote host, you can quickly and easily exercise you code locally like this: +If your module does not need to target a remote host, you can quickly and easily exercise your code locally like this: - Create an arguments file, a basic JSON config file that passes parameters to your module so you can run it. Name the arguments file ``/tmp/args.json`` and add the following content: @@ -213,7 +213,7 @@ If you module does not need to target a remote host, you can quickly and easily - Run your test module locally and directly: ``$ python -m ansible.modules.cloud.azure.my_new_test_module /tmp/args.json`` -This should return output something like this: +This should return output like this: .. code:: json