Fix slight typo in doco

pull/4420/head
Alex Clifford 2015-01-14 12:12:02 +11:00 committed by Matt Clay
parent e11ea4b402
commit d4c4dd31d8
1 changed files with 2 additions and 2 deletions

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