docs(Team*): fix appliction -> team, tag -> mention

This commit is contained in:
SpaceEEC
2019-06-26 11:42:03 +02:00
parent 61e2e3e1ad
commit 4c11347511
2 changed files with 8 additions and 8 deletions

View File

@@ -62,7 +62,7 @@ class Team extends Base {
}
/**
* The timestamp the app was created at
* The timestamp the team was created at
* @type {number}
* @readonly
*/
@@ -71,7 +71,7 @@ class Team extends Base {
}
/**
* The time the app was created at
* The time the team was created at
* @type {Date}
* @readonly
*/
@@ -80,7 +80,7 @@ class Team extends Base {
}
/**
* A link to the application's icon.
* A link to the teams's icon.
* @param {ImageURLOptions} [options={}] Options for the Image URL
* @returns {?string} URL to the icon
*/