Skip to content

Commit 785ec8f

Browse files
docs: Lowercase "image" URL (#10386)
docs: lowercase i Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 6b38335 commit 785ec8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/discord.js/src/structures/GuildMember.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ class GuildMember extends Base {
158158
/**
159159
* A link to the member's guild avatar if they have one.
160160
* Otherwise, a link to their {@link User#displayAvatarURL} will be returned.
161-
* @param {ImageURLOptions} [options={}] Options for the Image URL
161+
* @param {ImageURLOptions} [options={}] Options for the image URL
162162
* @returns {string}
163163
*/
164164
displayAvatarURL(options) {

packages/discord.js/src/structures/User.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ class User extends Base {
216216
/**
217217
* A link to the user's avatar if they have one.
218218
* Otherwise a link to their default avatar will be returned.
219-
* @param {ImageURLOptions} [options={}] Options for the Image URL
219+
* @param {ImageURLOptions} [options={}] Options for the image URL
220220
* @returns {string}
221221
*/
222222
displayAvatarURL(options) {

0 commit comments

Comments
 (0)