Skip to content

Commit 2149439

Browse files
authored
Merge pull request #112109 from DixitArora-MSFT/patch-54
Advanced Filter
2 parents a1beea1 + 9f70b61 commit 2149439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/event-grid/event-filtering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ To filter by values in the data fields and specify the comparison operator, use
5555

5656
* operator type - The type of comparison.
5757
* key - The field in the event data that you're using for filtering. It can be a number, boolean, or string.
58-
* value or values - The value or values to compare to the key.
58+
* values - The value or values to compare to the key.
5959

6060
If you specify a single filter with multiple values, an **OR** operation is performed, so the value of the key field must be one of these values. Here is an example:
6161

0 commit comments

Comments
 (0)