mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-18 01:14:10 +01:00
Fix typos in whoami.yaml
Signed-off-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
b7f8f20de9
commit
159ab7313f
|
|
@ -58,11 +58,11 @@ paths:
|
||||||
description: The user id that owns the access token.
|
description: The user id that owns the access token.
|
||||||
401:
|
401:
|
||||||
description:
|
description:
|
||||||
The token is not recongized
|
The token is not recognised
|
||||||
examples:
|
examples:
|
||||||
application/json: {
|
application/json: {
|
||||||
"errcode": "M_UNKNOWN_TOKEN",
|
"errcode": "M_UNKNOWN_TOKEN",
|
||||||
"error": "Unrecongised access token."
|
"error": "Unrecognised access token."
|
||||||
}
|
}
|
||||||
schema:
|
schema:
|
||||||
"$ref": "definitions/error.yaml"
|
"$ref": "definitions/error.yaml"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue