diff options
author | James Cammarata <jimi@sngx.net> | 2014-07-01 20:09:23 -0500 |
---|---|---|
committer | James Cammarata <jimi@sngx.net> | 2014-07-01 20:09:23 -0500 |
commit | 27b1d05e4b1c2fb493f7d974428754b369924827 (patch) | |
tree | b97be5972e1dd2d03b18df7762eb89333cf01e5e /docsite | |
parent | 6524809aeb8af76890b15a99df313056fc13f8a7 (diff) | |
parent | c0da5f6bd3e12a8e66ad36db748119ff3d72d805 (diff) | |
download | ansible-27b1d05e4b1c2fb493f7d974428754b369924827.tar.gz |
Merge pull request #7995 from adamnbowen/patch-3
Correct typo: 'receords' -> 'records'
Diffstat (limited to 'docsite')
-rw-r--r-- | docsite/rst/guide_rax.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docsite/rst/guide_rax.rst b/docsite/rst/guide_rax.rst index 9aba8ed3f2..745f38fe5d 100644 --- a/docsite/rst/guide_rax.rst +++ b/docsite/rst/guide_rax.rst @@ -585,7 +585,7 @@ Ansible is a powerful orchestration tool, and rax modules allow you the opportun * Servers that are removed from a Cloud Load Balancer one-by-one, updated, verified, and returned to the load balancer pool * Expansion of an already-online environment, where nodes are provisioned, bootstrapped, configured, and software installed * A procedure where app log files are uploaded to a central location, like Cloud Files, before a node is decommissioned -* Servers and load balancers that have DNS receords created and destroyed on creation and decommissioning, respectively +* Servers and load balancers that have DNS records created and destroyed on creation and decommissioning, respectively |