docs: grammar fixes (#6345)

This commit is contained in:
Muhimur
2021-08-08 06:57:50 -04:00
committed by GitHub
parent 570fba33d3
commit f13d27ca2e
4 changed files with 5 additions and 5 deletions

View File

@@ -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
@@ -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.