From 043dddc49061f4a8837a0b9d5dc0fb0c0d79f85d Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Sat, 20 Apr 2019 21:56:43 +0200 Subject: [PATCH] Fix a typo in m.call.invite --- event-schemas/schema/m.call.invite | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/event-schemas/schema/m.call.invite b/event-schemas/schema/m.call.invite index ebf09267..65796e1e 100644 --- a/event-schemas/schema/m.call.invite +++ b/event-schemas/schema/m.call.invite @@ -10,7 +10,7 @@ "properties": { "call_id": { "type": "string", - "description": "A unique identifer for the call." + "description": "A unique identifier for the call." }, "offer": { "type": "object",