Skip to content

Commit 3102515

Browse files
committed
Fix typo: Patten -> Pattern
1 parent e080fd2 commit 3102515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/application-gateway/rewrite-http-headers-url.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ You can use rewrite conditions to evaluate the content of HTTP(S) requests and r
7373

7474
## Pattern matching and capturing
7575

76-
Patten matching and capturing are supported under Condition and Action (under Action, it is supported only for a specific header).
76+
Pattern matching and capturing are supported under Condition and Action (under Action, it is supported only for a specific header).
7777

7878
### Pattern matching
7979
Application Gateway uses regular expressions for pattern matching. You should use Regular Expression 2 (RE2) compatible expressions when writing your pattern matching syntax.

0 commit comments

Comments
 (0)