Apply suggestions from code review

Co-authored-by: Matthew Hodgson <matthew@matrix.org>
This commit is contained in:
Travis Ralston 2021-04-06 09:59:10 -06:00 committed by Richard van der Hoff
parent 06d23f04aa
commit 5d2cb50c58
2 changed files with 2 additions and 2 deletions

View file

@ -233,7 +233,7 @@ reserved for events defined in the Matrix specification - for instance
usually sent in the context of a "Room".
{{% boxes/warning %}}
Event bodies are considered untrusted data. This means that anyone using
Event bodies are considered untrusted data. This means that any application using
Matrix must validate that the event body is of the expected shape/schema
before using the contents verbatim.