From 09d07553ab5f4fa8643862129c17550a21e1c081 Mon Sep 17 00:00:00 2001 From: Carter <45381083+Fyko@users.noreply.github.com> Date: Sun, 6 Dec 2020 10:03:39 -0700 Subject: [PATCH] docs(User): fix typos in jsdoc (#5060) --- src/structures/User.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/structures/User.js b/src/structures/User.js index d7ebe03f0f03..2811e86222d4 100644 --- a/src/structures/User.js +++ b/src/structures/User.js @@ -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} */ 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} */ fetch(force = false) {