Skip to content

Commit 6fb9f5c

Browse files
authored
fixed formatting
1 parent ec0c0d8 commit 6fb9f5c

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
@@ -1761,7 +1761,7 @@ For rules that accept values from the standard operator list, the following oper
17611761
| Less Than or Equal | Matches when the length of the value is less than or equal to the specified integer. | `operator`: `LessThanOrEqual` |
17621762
| Greater Than or Equal | Matches when the length of the value is greater than or equal to the specified integer. | `operator`: `GreaterThanOrEqual` |
17631763
| Begins With | Matches when the value begins with the specified string. | `operator`: `BeginsWith` |
1764-
| Ends With | Matches when the value ends with the specified string. | `operator`: `EndsWith` | |
1764+
| Ends With | Matches when the value ends with the specified string. | `operator`: `EndsWith` |
17651765
| Not Any | Matches when there's no value. | `operator`: `Any` and `negateCondition` : `true` |
17661766
| Not Equal | Matches when the value doesn't match the specified string. | `operator`: `Equal` and `negateCondition` : `true` |
17671767
| Not Contains | Matches when the value doesn't contain the specified string. | `operator`: `Contains` and `negateCondition` : `true` |

0 commit comments

Comments
 (0)