Fixed a typo (#4168)

This commit is contained in:
jjshoe 2016-07-12 15:02:25 -05:00 committed by Brian Coca
parent dca3e594ac
commit 90b8281a51

View file

@ -72,7 +72,7 @@ options:
required: false required: false
scale: scale:
description: 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. is the name of the service and the value is an integer count for the number of containers.
type: complex type: complex
required: false required: false