From 40b127ee1eef80e52a12d5cd5f390db259000824 Mon Sep 17 00:00:00 2001 From: Jiralite <33201955+Jiralite@users.noreply.github.com> Date: Fri, 30 Jul 2021 00:03:48 +0100 Subject: [PATCH] docs(Guild): Correct `GuildRolePosition` typo (#6223) --- src/structures/Guild.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/Guild.js b/src/structures/Guild.js index 2c63b5615..66fc43f89 100644 --- a/src/structures/Guild.js +++ b/src/structures/Guild.js @@ -1199,7 +1199,7 @@ class Guild extends AnonymousGuild { /** * The data needed for updating a guild role's position * @typedef {Object} GuildRolePosition - * @property {RoleResolveable} role The role's id + * @property {RoleResolvable} role The role's id * @property {number} position The position to update */