From 54fa5f644fbbcaa0c1895cdc70d278e918484400 Mon Sep 17 00:00:00 2001 From: SpaceEEC Date: Tue, 8 May 2018 20:14:23 +0200 Subject: [PATCH] docs(GroupDMChannel): fix top 'an user' -> 'a user' --- src/structures/GroupDMChannel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/GroupDMChannel.js b/src/structures/GroupDMChannel.js index efa20b2c2..0bbfd6120 100644 --- a/src/structures/GroupDMChannel.js +++ b/src/structures/GroupDMChannel.js @@ -183,7 +183,7 @@ class GroupDMChannel extends Channel { } /** - * Removes an user from this Group DM. + * Removes a user from this Group DM. * @param {UserResolvable} user User to remove * @returns {Promise} */