Skip to content

Commit

Permalink
docs(User): fix typos in jsdoc (#5060)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyko authored Dec 6, 2020
1 parent e272fd6 commit 09d0755
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/structures/User.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand All @@ -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) {
Expand Down

0 comments on commit 09d0755

Please sign in to comment.