Fix slight typo in doco

This commit is contained in:
Alex Clifford 2015-01-14 12:12:02 +11:00 committed by Matt Clay
parent e11ea4b402
commit d4c4dd31d8

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
'''