Skip to content

Commit

Permalink
docs: grammar fixes (#6345)
Browse files Browse the repository at this point in the history
  • Loading branch information
Muh9049 authored Aug 8, 2021
1 parent 570fba3 commit f13d27c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/structures/GuildTemplate.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ class GuildTemplate extends Base {
}

/**
* When concatenated with a string, this automatically returns the templates's code instead of the template object.
* When concatenated with a string, this automatically returns the template's code instead of the template object.
* @returns {string}
* @example
* // Logs: Template: FKvmczH2HyUf
Expand Down
2 changes: 1 addition & 1 deletion src/structures/Team.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class Team extends Base {
}

/**
* A link to the teams's icon.
* A link to the team's icon.
* @param {StaticImageURLOptions} [options={}] Options for the Image URL
* @returns {?string}
*/
Expand Down
2 changes: 1 addition & 1 deletion src/structures/TeamMember.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class TeamMember extends Base {
}

/**
* When concatenated with a string, this automatically returns the team members's mention instead of the
* When concatenated with a string, this automatically returns the team member's mention instead of the
* TeamMember object.
* @returns {string}
* @example
Expand Down
4 changes: 2 additions & 2 deletions src/util/Constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ exports.APIErrors = {
exports.DefaultMessageNotificationLevels = createEnum(['ALL_MESSAGES', 'ONLY_MENTIONS']);

/**
* The value set for a team members's membership state:
* The value set for a team member's membership state:
* * INVITED
* * ACCEPTED
* @typedef {string} MembershipState
Expand Down Expand Up @@ -1052,7 +1052,7 @@ function createEnum(keys) {
* The value set for the explicit content filter levels for a guild.
* @property {InteractionResponseType} InteractionResponseTypes The type of an interaction response.
* @property {InteractionType} InteractionTypes The type of an {@link Interaction} object.
* @property {MembershipState} MembershipStates The value set for a team members's membership state.
* @property {MembershipState} MembershipStates The value set for a team member's membership state.
* @property {MessageButtonStyle} MessageButtonStyles The style of a message button.
* @property {MessageComponentType} MessageComponentTypes The type of a message component.
* @property {MFALevel} MFALevels The required MFA level for a guild.
Expand Down

0 comments on commit f13d27c

Please sign in to comment.