diff --git a/specification/server_server_api.rst b/specification/server_server_api.rst index 2c84c1b1b..761f45ed4 100644 --- a/specification/server_server_api.rst +++ b/specification/server_server_api.rst @@ -584,13 +584,13 @@ the state of the room. #. Otherwise, allow. -#. If type is ``m.room.redact``: +#. If type is ``m.room.redaction``: #. If the ``sender``'s power level is greater than or equal to the *redact level*, allow. #. If the ``sender`` of the event being redacted is the same as the - ``sender`` of the ``m.room.redact``, allow. + ``sender`` of the ``m.room.redaction``, allow. #. Otherwise, reject.