summaryrefslogtreecommitdiff
path: root/docs/docsite/rst/scenario_guides
diff options
context:
space:
mode:
authorWillams de Lima <wlc2@cin.ufpe.br>2021-02-18 19:48:22 -0300
committerGitHub <noreply@github.com>2021-02-18 16:48:22 -0600
commitfa05af8321394d09590eacad8179e54b5de294f5 (patch)
tree298e5b1f9a782242a6c2a754afc49c2f68c955a2 /docs/docsite/rst/scenario_guides
parentb6566d26dfe768857d75041552885fcdbd7dbd2a (diff)
downloadansible-fa05af8321394d09590eacad8179e54b5de294f5.tar.gz
Fixing ad-hoc commands #73636 (#73646)
Diffstat (limited to 'docs/docsite/rst/scenario_guides')
-rw-r--r--docs/docsite/rst/scenario_guides/guide_cloudstack.rst2
-rw-r--r--docs/docsite/rst/scenario_guides/guide_rax.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/docsite/rst/scenario_guides/guide_cloudstack.rst b/docs/docsite/rst/scenario_guides/guide_cloudstack.rst
index fcfb8120a1..6d3f2b4d5e 100644
--- a/docs/docsite/rst/scenario_guides/guide_cloudstack.rst
+++ b/docs/docsite/rst/scenario_guides/guide_cloudstack.rst
@@ -27,7 +27,7 @@ Or alternatively starting with Debian 9 and Ubuntu 16.04:
$ sudo apt install python-cs
-.. note:: cs also includes a command line interface for ad-hoc interaction with the CloudStack API, for example ``$ cs listVirtualMachines state=Running``.
+.. note:: cs also includes a command line interface for ad hoc interaction with the CloudStack API, for example ``$ cs listVirtualMachines state=Running``.
Limitations and Known Issues
````````````````````````````
diff --git a/docs/docsite/rst/scenario_guides/guide_rax.rst b/docs/docsite/rst/scenario_guides/guide_rax.rst
index b6100b8b9f..8dcf0d1229 100644
--- a/docs/docsite/rst/scenario_guides/guide_rax.rst
+++ b/docs/docsite/rst/scenario_guides/guide_rax.rst
@@ -100,7 +100,7 @@ The 'rax' module provides the ability to provision instances within Rackspace Cl
them as module arguments, or by specifying the location of a credentials
file.
-Here is a basic example of provisioning an instance in ad-hoc mode:
+Here is a basic example of provisioning an instance in ad hoc mode:
.. code-block:: bash