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
No known key found for this signature in database
GPG key ID: 8C8A2E338661B871

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