docs(User): fix typos in jsdoc (#5060)

This commit is contained in:
Carter
2020-12-06 10:03:39 -07:00
committed by GitHub
parent e272fd6909
commit 09d07553ab

View File

@@ -278,7 +278,7 @@ class User extends Base {
/**
* Fetches this user's flags.
* @param {boolean} [force=false] Whether to skip the cache check and request the AP
* @param {boolean} [force=false] Whether to skip the cache check and request the API
* @returns {Promise<UserFlags>}
*/
async fetchFlags(force = false) {
@@ -290,7 +290,7 @@ class User extends Base {
/**
* Fetches this user.
* @param {boolean} [force=false] Whether to skip the cache check and request the AP
* @param {boolean} [force=false] Whether to skip the cache check and request the API
* @returns {Promise<User>}
*/
fetch(force = false) {