diff --git a/proposals/4140-delayed-events-futures.md b/proposals/4140-delayed-events-futures.md index 4a51136bd..7a6567960 100644 --- a/proposals/4140-delayed-events-futures.md +++ b/proposals/4140-delayed-events-futures.md @@ -313,7 +313,7 @@ The finalised delayed event as represented by the finalised list of the GET endp will be stored with the following outcome: ```json -"outcome": "canceled", +"outcome": "cancel", "reason": "error", "error": { "errorcode": "M_CANCELLED_BY_STATE_UPDATE",