Merge pull request #638 from alexclifford/devel

Fix slight typo in doco
This commit is contained in:
Toshio Kuratomi 2015-01-13 23:22:27 -08:00
commit 7f527eefbb

View file

@ -79,8 +79,8 @@ EXAMPLES = '''
- subnet-aaaaaaaa
- subnet-bbbbbbbb
# Remove a parameter group
- rds_param_group:
# Remove a subnet group
- rds_subnet_group:
state: absent
name: norwegian-blue
'''