Skip to content

Commit 29f23a5

Browse files
authored
Merge pull request #2599 from matrix-org/travis/typos
Fix typos and clarify the user ID in login sections
2 parents 9281d0c + bcce6b9 commit 29f23a5

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

api/client-server/login.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ paths:
154154
properties:
155155
user_id:
156156
type: string
157-
description: The fully-qualified Matrix ID that has been registered.
157+
description: The fully-qualified Matrix ID for the account.
158158
access_token:
159159
type: string
160160
description: |-

api/client-server/logout.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ paths:
3939
- accessToken: []
4040
responses:
4141
200:
42-
description: The access token used in the request was succesfully invalidated.
42+
description: The access token used in the request was successfully invalidated.
4343
schema:
4444
type: object
4545
properties: {}
@@ -64,7 +64,7 @@ paths:
6464
- accessToken: []
6565
responses:
6666
200:
67-
description: The user's access tokens were succesfully invalidated.
67+
description: The user's access tokens were successfully invalidated.
6868
schema:
6969
type: object
7070
properties: {}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix various typos throughout the specification.

0 commit comments

Comments
 (0)