From 07c66616ac7a05d66551a8119986f157789e31f0 Mon Sep 17 00:00:00 2001 From: wbamberg Date: Fri, 5 Feb 2021 09:12:07 -0800 Subject: [PATCH] Fix typo in comment Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> --- layouts/shortcodes/msgtypes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/msgtypes.html b/layouts/shortcodes/msgtypes.html index 695e9bb7b..ccdfda5fa 100644 --- a/layouts/shortcodes/msgtypes.html +++ b/layouts/shortcodes/msgtypes.html @@ -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$"}}