From 785ec8fd757da1d8cf7963e3cec231a6d5fe4a24 Mon Sep 17 00:00:00 2001 From: Jiralite <33201955+Jiralite@users.noreply.github.com> Date: Sun, 28 Jul 2024 14:44:05 +0100 Subject: [PATCH] docs: Lowercase "image" URL (#10386) docs: lowercase i Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- 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 2a39f3f59..db71c66b5 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 2671175a4..0cda0e591 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) {