Fix typo in example of MSC3758 (#3974)

pull/3976/head
Travis Ralston 1 year ago committed by GitHub
parent d0b48b9ec9
commit c8688eccd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -28,7 +28,7 @@ An example condition may look like (encoded as a JSON object):
```json ```json
{ {
"kind": "event_property_is", "kind": "event_property_is",
"key": "event.content.is_something", "key": "content.is_something",
"value": true "value": true
} }
``` ```

Loading…
Cancel
Save