Skip to content

Commit

Permalink
docs: Lowercase "image" URL (#10386)
Browse files Browse the repository at this point in the history
docs: lowercase i

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
Jiralite and kodiakhq[bot] committed Jul 28, 2024
1 parent 6b38335 commit 785ec8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/discord.js/src/structures/GuildMember.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion packages/discord.js/src/structures/User.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 785ec8f

Please sign in to comment.