Skip to content

Commit 4e8dfa2

Browse files
Abel SenAbel Sen
authored andcommitted
Fix typo
1 parent 3c0e48f commit 4e8dfa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter05/firewall5.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Resources:
4848
SecurityGroupProxy:
4949
Type: 'AWS::EC2::SecurityGroup'
5050
Properties:
51-
GroupDescription: 'Allowing incoming HTTP and ICPM from anywhere.'
51+
GroupDescription: 'Allowing incoming HTTP and ICMP from anywhere.'
5252
VpcId: !Ref VPC
5353
SecurityGroupIngress:
5454
- Description: 'allowing inbound ICMP traffic'

0 commit comments

Comments
 (0)