mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-07 16:33:43 +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.
|
||||
401:
|
||||
description:
|
||||
The token is not recongized
|
||||
The token is not recognised
|
||||
examples:
|
||||
application/json: {
|
||||
"errcode": "M_UNKNOWN_TOKEN",
|
||||
"error": "Unrecongised access token."
|
||||
"error": "Unrecognised access token."
|
||||
}
|
||||
schema:
|
||||
"$ref": "definitions/error.yaml"
|
||||
|
|
|
|||
Loading…
Reference in a new issue