Skip to content

Commit f1e55ea

Browse files
authored
Merge pull request #123177 from rcohalim/patch-1
Fix spelling errors
2 parents 5522d45 + c3a871f commit f1e55ea

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/web-application-firewall/ag/create-custom-waf-rules.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ And here's the corresponding JSON:
7171
}
7272
],
7373
"operator": "Contains",
74-
"negationConditon": false,
74+
"negationCondition": false,
7575
"matchValues": [
7676
"evilbot"
7777
],
@@ -132,7 +132,7 @@ And the corresponding JSON:
132132
}
133133
],
134134
"operator": "Regex",
135-
"negationConditon": false,
135+
"negationCondition": false,
136136
"matchValues": [
137137
"evilbot"
138138
],
@@ -189,7 +189,7 @@ And the corresponding JSON:
189189
}
190190
],
191191
"operator": "GeoMatch",
192-
"negationConditon": true,
192+
"negationCondition": true,
193193
"matchValues": [
194194
"US"
195195
],
@@ -249,7 +249,7 @@ Here's the corresponding JSON:
249249
}
250250
],
251251
"operator": "IPMatch",
252-
"negationConditon": false,
252+
"negationCondition": false,
253253
"matchValues": [
254254
"192.168.5.0/24"
255255
],
@@ -319,7 +319,7 @@ Here's the corresponding JSON:
319319
}
320320
],
321321
"operator": "IPMatch",
322-
"negationConditon": false,
322+
"negationCondition": false,
323323
"matchValues": [
324324
"192.168.5.0/24"
325325
],
@@ -333,7 +333,7 @@ Here's the corresponding JSON:
333333
}
334334
],
335335
"operator": "Contains",
336-
"negationConditon": false,
336+
"negationCondition": false,
337337
"matchValues": [
338338
"evilbot"
339339
],
@@ -410,7 +410,7 @@ And the corresponding JSON:
410410
}
411411
],
412412
"operator": "IPMatch",
413-
"negationConditon": true,
413+
"negationCondition": true,
414414
"matchValues": [
415415
"192.168.5.0/24"
416416
],
@@ -433,7 +433,7 @@ And the corresponding JSON:
433433
}
434434
],
435435
"operator": "Contains",
436-
"negationConditon": true,
436+
"negationCondition": true,
437437
"matchValues": [
438438
"chrome"
439439
],
@@ -494,7 +494,7 @@ Corresponding JSON:
494494
}
495495
],
496496
"operator": "Equal",
497-
"negationConditon": true,
497+
"negationCondition": true,
498498
"matchValues": [
499499
"user1",
500500
"user2"
@@ -555,7 +555,7 @@ And here's the corresponding JSON:
555555
}
556556
],
557557
"operator": "Equal",
558-
"negationConditon": true,
558+
"negationCondition": true,
559559
"matchValues": [
560560
"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
561561
],

0 commit comments

Comments
 (0)