mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-21 00:48:38 +01:00
Remove spurious array in error example
This commit is contained in:
parent
cfbc58c4fb
commit
fa8d8a9f95
|
|
@ -131,9 +131,7 @@ If the home server decides the attempt was unsuccessful, it returns an error
|
||||||
message in the standard format::
|
message in the standard format::
|
||||||
|
|
||||||
{
|
{
|
||||||
"errcode": [
|
"errcode": "M_EXAMPLE_ERROR",
|
||||||
"M_EXAMPLE_ERROR"
|
|
||||||
],
|
|
||||||
"error": "Something was wrong"
|
"error": "Something was wrong"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue