summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjjshoe <jjshoe@users.noreply.github.com>2016-07-12 15:02:25 -0500
committerBrian Coca <bcoca@users.noreply.github.com>2016-07-12 16:02:25 -0400
commit90b8281a5171b8042966399e3b9d0472da03b074 (patch)
treece5191feb51b330167eb71075f9a76144ce69ed4
parentdca3e594ac6b31c98115264f1b546213b4f0f07e (diff)
downloadansible-modules-core-90b8281a5171b8042966399e3b9d0472da03b074.tar.gz
Fixed a typo (#4168)
-rw-r--r--cloud/docker/docker_service.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloud/docker/docker_service.py b/cloud/docker/docker_service.py
index 476d38d6..136a6f1c 100644
--- a/cloud/docker/docker_service.py
+++ b/cloud/docker/docker_service.py
@@ -72,7 +72,7 @@ options:
required: false
scale:
description:
- - When C(sate) is I(present) scale services. Provide a dictionary of key/value pairs where the key
+ - When C(state) is I(present) scale services. Provide a dictionary of key/value pairs where the key
is the name of the service and the value is an integer count for the number of containers.
type: complex
required: false