Fix typo in comment
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
This commit is contained in:
parent
6fc1f52f2f
commit
07c66616ac
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
{{ $excluded := slice "m.room.message$m.server_notice" }}
|
||||
|
||||
{{/*
|
||||
It then adds any other events that start `m.room.message`.
|
||||
It then adds any other events that start with `m.room.message`.
|
||||
*/}}
|
||||
{{ $events := index .Site.Data "event-schemas" "schema" }}
|
||||
{{ $expected_prefix := "m.room.message$"}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue