Browse code

Typo in documentation.

James Martin authored on 2013/04/02 04:15:40
Showing 1 changed files
... ...
@@ -50,7 +50,7 @@ options:
50 50
   state:
51 51
     description:
52 52
       - If state is "present", stack will be created.  If state is "present" and if stack exists and template has changed, it will be updated.
53
-        If state is present, stack will be removed.
53
+        If state is absent, stack will be removed.
54 54
     required: true
55 55
     default: null
56 56
     aliases: []