Merge pull request #2599 from matrix-org/travis/typos

Fix typos and clarify the user ID in login sections
pull/2604/head
Travis Ralston 4 years ago committed by GitHub
commit 29f23a5eda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save