Skip to content

Commit 687a33d

Browse files
committed
Fix spelling mistake
1 parent 84a6196 commit 687a33d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ca_cdk_constructs/edge_services/waf_v2_builder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def add_managed_rule(
110110
:param priority: The priority of the rule.
111111
:param managed_rule_name: The managed rule name.
112112
:param managed_rule_vendor: The managed rule vendor.
113-
:param count_only: Whether to only count the requests. Defaulse to False
113+
:param count_only: Whether to only count the requests. Defaults to False
114114
:param rules_to_exclude: A list of rules to exclude. Defaults to an empty list.
115115
:param cloud_watch_metrics_enabled: Whether to enable CloudWatch metrics. Defaults to False.
116116
"""
@@ -142,7 +142,7 @@ def add_ip_rule(
142142
:param priority: The priority of the rule.
143143
:param addresses: The addresses to use. A dictionary of address types to addresses.
144144
:param allow: Whether to allow or block the addresses. Defaults to False.
145-
:param count_only: Whether to only count the requests. Defaulse to False
145+
:param count_only: Whether to only count the requests. Defaults to False
146146
:param cloud_watch_metrics_enabled: Whether to enable CloudWatch metrics. Defaults to False.
147147
"""
148148
self.rules.append(

0 commit comments

Comments
 (0)