Skip to content

Commit 96099f7

Browse files
committed
fix(vpc); typo
1 parent ff6648b commit 96099f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/vpc/reference-content/understanding-nacls.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ When defining an NACL rule, you must enter the following settings:
4949

5050
- **Protocol**: Either `TCP`, `UDP` or `ICMP`. The rule will apply only to traffic matching this protocol. Alternatively, you can choose `All` if you want it to apply to traffic matching any protocol.
5151

52-
- **Source** and **destination**: The rule will apply to traffic originating from this source and being sent to this destination. For both, enter an IP range range in [CIDR format](/vpc/concepts/#cidr-block), and a port or port range. Alternatively, you can opt for the rule to apply to**All IPs** and/or **All ports**.
52+
- **Source** and **destination**: The rule will apply to traffic originating from this source and being sent to this destination. For both, enter an IP range range in [CIDR format](/vpc/concepts/#cidr-block), and a port or port range. Alternatively, you can opt for the rule to apply to **All IPs** and/or **All ports**.
5353

5454
- **Action**: The NACL will either **Allow** or **Deny** traffic that matches the rule, to proceed to its destination.
5555

0 commit comments

Comments
 (0)