mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 19:44:09 +01:00
Fix error code typo
See https://spec.matrix.org/v1.2/client-server-api/#other-error-codes
This commit is contained in:
parent
9ede29a01d
commit
c0775fd3af
|
|
@ -114,7 +114,7 @@ paths:
|
|||
|
||||
Some example error codes include:
|
||||
|
||||
* `M_INVALID_PARAMETER`: One or more aliases within the `m.room.canonical_alias`
|
||||
* `M_INVALID_PARAM`: One or more aliases within the `m.room.canonical_alias`
|
||||
event have invalid syntax.
|
||||
|
||||
* `M_BAD_ALIAS`: One or more aliases within the `m.room.canonical_alias` event
|
||||
|
|
|
|||
Loading…
Reference in a new issue