Skip to content

Commit a58a5a8

Browse files
Updated the format
1 parent 403c00f commit a58a5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/frontdoor/rules-match-conditions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1353,7 +1353,7 @@ In this example, we match all requests where the request uses the `HTTP` protoco
13531353
Identifies requests that match the specified URL. The entire URL is evaluated, including the protocol and query string, but not the fragment. You can specify multiple values to match, which will be combined using OR logic.
13541354

13551355
> [!TIP]
1356-
> When you use this rule condition, be sure to include the protocol and a trailing forward slash (/). For example, use `https://www.contoso.com/` instead of just `www.contoso.com`.
1356+
> When you use this rule condition, be sure to include the protocol and a trailing forward slash `/`. For example, use `https://www.contoso.com/` instead of just `www.contoso.com`.
13571357
13581358
### Properties
13591359

0 commit comments

Comments
 (0)