Skip to content

Commit 7d828d2

Browse files
authored
typos (#585)
1 parent 608605b commit 7d828d2

23 files changed

Lines changed: 50 additions & 25 deletions

openapi/components/paths/economy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ paths:
719719
- $ref: ../parameters.yaml#/subscriptionId
720720
get:
721721
operationId: getUserCreditsEligible
722-
summary: Get User Credits Eligiblity
722+
summary: Get User Credits Eligibility
723723
description: Get the user's eligibility status for subscriptions based on available credits.
724724
tags:
725725
- economy
@@ -736,7 +736,7 @@ paths:
736736
- $ref: ../parameters.yaml#/steamId
737737
get:
738738
operationId: getUserSubscriptionEligible
739-
summary: Get User Subscription Eligiblity
739+
summary: Get User Subscription Eligibility
740740
description: Get the user's eligibility status for subscriptions.
741741
tags:
742742
- economy

openapi/components/paths/favorites.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ paths:
7575
- $ref: ../parameters.yaml#/offset
7676
- $ref: ../parameters.yaml#/userIdAdmin
7777
- name: ownerId
78-
description: The owner of whoms favorite groups to return. Must be a UserID.
78+
description: The owner whose favorite groups to return. Must be a UserID.
7979
in: query
8080
schema:
8181
type: string

openapi/components/paths/files.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ paths:
245245
246246
**Version Note:** Version 0 is always when the file was created. The real data is usually always located in version 1 and up.
247247
248-
**Extension Note:** Files are not guaranteed to have a file extensions. UnityPackage files tends to have it, images through this endpoint do not. You are responsible for appending file extension from the `extension` field when neccesary.
248+
**Extension Note:** Files are not guaranteed to have a file extensions. UnityPackage files tends to have it, images through this endpoint do not. You are responsible for appending file extension from the `extension` field when necessary.
249249
tags:
250250
- files
251251
security:

openapi/components/paths/groups.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1106,7 +1106,7 @@ paths:
11061106
post:
11071107
operationId: initiateOrAcceptGroupTransfer
11081108
summary: Initiate or Accept Group Transfer
1109-
description: To initiate, must be logged in as the current owner and specify the transferTargetId in the body. To accept, must be logged in as the user targetted by a pending transfer, no body is required.
1109+
description: To initiate, must be logged in as the current owner and specify the transferTargetId in the body. To accept, must be logged in as the user targeted by a pending transfer, no body is required.
11101110
tags:
11111111
- groups
11121112
requestBody:

openapi/components/paths/notifications.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.3
22
info:
33
title: notifications
4-
description: Notifiations Docs
4+
description: Notifications Docs
55
version: "1.0"
66
paths:
77
/auth/user/notifications:

openapi/components/paths/playermoderation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ info:
1010
1111
## Implementation details
1212
13-
There are three different user-targetted permission options:
13+
There are three different user-targeted permission options:
1414
1515
- Mode 1: interactOn/unmute/unblock
1616
- Mode 2: interactOff/mute/block
@@ -32,7 +32,7 @@ info:
3232
3333
As of October 2022, `showAvatar` and `hideAvatar` has been moved to local storage.
3434
Sending these types to the API will result in a 200 OK response, but the API will **not** store them.
35-
More information is avaiable on VRChat's official [documentation on Local Storage](https://docs.vrchat.com/docs/local-vrchat-storage).
35+
More information is available on VRChat's official [documentation on Local Storage](https://docs.vrchat.com/docs/local-vrchat-storage).
3636
version: "1.0"
3737
paths:
3838
/auth/user/playermoderations:

openapi/components/requests/RegisterUserAccountRequest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ properties:
2222
minLength: 8
2323
subscribe:
2424
type: boolean
25-
description: Whether to recieve promotional emails
25+
description: Whether to receive promotional emails
2626
username:
2727
type: string
2828
description: Display Name / Username (Username is a sanitized version)

openapi/components/responses/avatars/AvatarSeeOtherUserFavoritesError.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
description: Error response when trying to see favourited avatars of another user without sufficient admin permissions.
1+
description: Error response when trying to see favorited avatars of another user without sufficient admin permissions.
22
content:
33
application/json:
44
examples:

openapi/components/responses/instances/InstanceNotFoundError.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
description: Error response due to non existant instance
1+
description: Error response due to non existent instance
22
content:
33
application/json:
44
examples:

openapi/components/responses/invite/InviteMessageNoEntryForSlotError.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
description: Error response when trying to reset an Invite Message whos slot doesn't exist.
1+
description: Error response when trying to reset an Invite Message whose slot doesn't exist.
22
content:
33
application/json:
44
examples:

0 commit comments

Comments
 (0)