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
3 changed files with 4 additions and 3 deletions
|
@ -154,7 +154,7 @@ paths:
|
||||||
properties:
|
properties:
|
||||||
user_id:
|
user_id:
|
||||||
type: string
|
type: string
|
||||||
description: The fully-qualified Matrix ID that has been registered.
|
description: The fully-qualified Matrix ID for the account.
|
||||||
access_token:
|
access_token:
|
||||||
type: string
|
type: string
|
||||||
description: |-
|
description: |-
|
||||||
|
|
|
@ -39,7 +39,7 @@ paths:
|
||||||
- accessToken: []
|
- accessToken: []
|
||||||
responses:
|
responses:
|
||||||
200:
|
200:
|
||||||
description: The access token used in the request was succesfully invalidated.
|
description: The access token used in the request was successfully invalidated.
|
||||||
schema:
|
schema:
|
||||||
type: object
|
type: object
|
||||||
properties: {}
|
properties: {}
|
||||||
|
@ -64,7 +64,7 @@ paths:
|
||||||
- accessToken: []
|
- accessToken: []
|
||||||
responses:
|
responses:
|
||||||
200:
|
200:
|
||||||
description: The user's access tokens were succesfully invalidated.
|
description: The user's access tokens were successfully invalidated.
|
||||||
schema:
|
schema:
|
||||||
type: object
|
type: object
|
||||||
properties: {}
|
properties: {}
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Fix various typos throughout the specification.
|
Loading…
Add table
Add a link
Reference in a new issue