mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-30 04:28:38 +01:00
Merge pull request #2599 from matrix-org/travis/typos
Fix typos and clarify the user ID in login sections
This commit is contained in:
commit
29f23a5eda
|
|
@ -154,7 +154,7 @@ paths:
|
|||
properties:
|
||||
user_id:
|
||||
type: string
|
||||
description: The fully-qualified Matrix ID that has been registered.
|
||||
description: The fully-qualified Matrix ID for the account.
|
||||
access_token:
|
||||
type: string
|
||||
description: |-
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ paths:
|
|||
- accessToken: []
|
||||
responses:
|
||||
200:
|
||||
description: The access token used in the request was succesfully invalidated.
|
||||
description: The access token used in the request was successfully invalidated.
|
||||
schema:
|
||||
type: object
|
||||
properties: {}
|
||||
|
|
@ -64,7 +64,7 @@ paths:
|
|||
- accessToken: []
|
||||
responses:
|
||||
200:
|
||||
description: The user's access tokens were succesfully invalidated.
|
||||
description: The user's access tokens were successfully invalidated.
|
||||
schema:
|
||||
type: object
|
||||
properties: {}
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
Fix various typos throughout the specification.
|
||||
Loading…
Reference in a new issue