docs: fix typos (#2868)

This commit is contained in:
bdistin
2018-10-01 05:38:36 -05:00
committed by SpaceEEC
parent 21999fa4a0
commit d8c97be142
5 changed files with 5 additions and 5 deletions

View File

@@ -435,7 +435,7 @@ class Guild extends Base {
/**
* Creates an integration by attaching an integration object
* @param {IntegrationData} data The data for thes integration
* @param {IntegrationData} data The data for the integration
* @param {string} reason Reason for creating the integration
* @returns {Promise<Guild>}
*/