Skip to content

Commit 582258a

Browse files
fix(doc): Fix typo in custom_rules.txt (#2777)
1 parent 79f225d commit 582258a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ The example below validates `example_template.yml` does not use any EC2 instance
283283

284284
_custom_rule.txt_
285285
```
286-
AWS::EC2::Instance InstanceSize NOT_EQUALS "m4.16xlarge" WARN "This is an expensive instance type, don't use it"
286+
AWS::EC2::Instance InstanceType NOT_EQUALS "m4.16xlarge" WARN "This is an expensive instance type, don't use it"
287287
```
288288
289289
_example_template.yml_

0 commit comments

Comments
 (0)