From 2dd7fd2739fb5c68832b7eafeab5a9daa2f5b331 Mon Sep 17 00:00:00 2001 From: Suvan <32813609+suvanl@users.noreply.github.com> Date: Tue, 17 Apr 2018 17:24:48 +0100 Subject: [PATCH] docs(GroupDMChannel): fix grammar `an user` -> `a user` (#2482) --- src/structures/GroupDMChannel.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/structures/GroupDMChannel.js b/src/structures/GroupDMChannel.js index f96665d00..21ab142ea 100644 --- a/src/structures/GroupDMChannel.js +++ b/src/structures/GroupDMChannel.js @@ -178,7 +178,7 @@ class GroupDMChannel extends Channel { } /** - * Adds an user to this Group DM. + * Adds a user to this Group DM. * @param {Object} options Options for this method * @param {UserResolvable} options.user User to add to this Group DM * @param {string} [options.accessToken] Access token to use to add the user to this Group DM @@ -196,7 +196,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} */