diff --git a/data/event-schemas/examples/m.room.topic.yaml b/data/event-schemas/examples/m.room.topic.yaml index f673e00c..993145a6 100644 --- a/data/event-schemas/examples/m.room.topic.yaml +++ b/data/event-schemas/examples/m.room.topic.yaml @@ -6,11 +6,11 @@ "m.topic": { "m.text": [ { "mimetype": "text/html", - "body": "An html topic" + "body": "An interesting room topic" }, { - "body": "A plain text topic" + "body": "An interesting room topic" }] }, - "topic": "A plain text topic" + "topic": "An interesting room topic" } }