docs(GroupDMChannel): fix top 'an user' -> 'a user'

This commit is contained in:
SpaceEEC
2018-05-08 20:14:23 +02:00
parent b757f9ef2d
commit 54fa5f644f

View File

@@ -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<GroupDMChannel>}
*/