From 94f0a44befeb74a266af683fa491afe30a670cf1 Mon Sep 17 00:00:00 2001 From: Jiralite <33201955+Jiralite@users.noreply.github.com> Date: Fri, 12 Jul 2024 10:59:02 +0100 Subject: [PATCH] docs: lowercase i --- packages/discord.js/src/structures/GuildMember.js | 2 +- packages/discord.js/src/structures/User.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/discord.js/src/structures/GuildMember.js b/packages/discord.js/src/structures/GuildMember.js index 2a39f3f59940..db71c66b5473 100644 --- a/packages/discord.js/src/structures/GuildMember.js +++ b/packages/discord.js/src/structures/GuildMember.js @@ -158,7 +158,7 @@ class GuildMember extends Base { /** * A link to the member's guild avatar if they have one. * Otherwise, a link to their {@link User#displayAvatarURL} will be returned. - * @param {ImageURLOptions} [options={}] Options for the Image URL + * @param {ImageURLOptions} [options={}] Options for the image URL * @returns {string} */ displayAvatarURL(options) { diff --git a/packages/discord.js/src/structures/User.js b/packages/discord.js/src/structures/User.js index 2671175a4ab1..0cda0e591b97 100644 --- a/packages/discord.js/src/structures/User.js +++ b/packages/discord.js/src/structures/User.js @@ -216,7 +216,7 @@ class User extends Base { /** * A link to the user's avatar if they have one. * Otherwise a link to their default avatar will be returned. - * @param {ImageURLOptions} [options={}] Options for the Image URL + * @param {ImageURLOptions} [options={}] Options for the image URL * @returns {string} */ displayAvatarURL(options) {