Skip to content

Commit cdf21d5

Browse files
committed
Changing the link to lowercase
1 parent 70db7fa commit cdf21d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory-b2c/predicates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The **Predicate** element contains the following attributes:
4141
| Attribute | Required | Description |
4242
| --------- | -------- | ----------- |
4343
| Id | Yes | An identifier that's used for the predicate. Other elements can use this identifier in the policy. |
44-
| Method | Yes | The method type to use for validation. Possible values: [IsLengthRange](predicates.md#IsLengthRange), [MatchesRegex](predicates.md#MatchesRegex), [IncludesCharacters](predicates.md#IncludesCharacters), or [IsDateRange](predicates.md#IsDateRange). |
44+
| Method | Yes | The method type to use for validation. Possible values: [IsLengthRange](predicates.md#islengthrange), [MatchesRegex](predicates.md#matchesregex), [IncludesCharacters](predicates.md#includescharacters), or [IsDateRange](predicates.md#isdaterange). |
4545
| HelpText | No | An error message for users if the check fails. This string can be localized using the [language customization](localization.md) |
4646

4747
The **Predicate** element contains the following elements:

0 commit comments

Comments
 (0)