docs: fix a number of spelling mistakes (#2469)

This commit is contained in:
bdistin
2018-04-13 13:50:47 -05:00
committed by SpaceEEC
parent 6069061fee
commit 8551b8936c
7 changed files with 23 additions and 23 deletions

View File

@@ -56,7 +56,7 @@ class MessageStore extends DataStore {
/**
* Fetches the pinned messages of this channel and returns a collection of them.
* <info>The returned Collection does not contain the reactions of the messages.
* Those need to be fetched seperately.</info>
* Those need to be fetched separately.</info>
* @returns {Promise<Collection<Snowflake, Message>>}
*/
fetchPinned() {