Skip to content

Commit c8688ec

Browse files
authored
Fix typo in example of MSC3758 (#3974)
1 parent d0b48b9 commit c8688ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposals/3758-expand-push-rule-conditions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# MSC3758: Add `event_property_is` push rule condition kind
1+
# MSC3758: Add `event_property_is` push rule condition kind
22

33
Currently the only condition used to match event content for push rules is the `event_match` kind.
44
This compares a glob-style string against a string value within the event dictionary. The event
@@ -28,7 +28,7 @@ An example condition may look like (encoded as a JSON object):
2828
```json
2929
{
3030
"kind": "event_property_is",
31-
"key": "event.content.is_something",
31+
"key": "content.is_something",
3232
"value": true
3333
}
3434
```

0 commit comments

Comments
 (0)