From 765b652e6afe12add30adbd2cbe82d9739d9b40c Mon Sep 17 00:00:00 2001 From: Raphael Date: Sat, 2 Sep 2017 14:56:49 +0200 Subject: [PATCH] fixed a little typo in docs of .displayAvatarURL() (#1872) --- src/structures/User.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/User.js b/src/structures/User.js index 2a8aa0719..745e2fc30 100644 --- a/src/structures/User.js +++ b/src/structures/User.js @@ -126,7 +126,7 @@ class User extends Base { * @param {Object} [options={}] Options for the avatar url * @param {string} [options.format='webp'] One of `webp`, `png`, `jpg`, `gif`. If no format is provided, * it will be `gif` for animated avatars or otherwise `webp` - * @param {number} [options.size=128] One of `128`, '256', `512`, `1024`, `2048` + * @param {number} [options.size=128] One of `128`, `256`, `512`, `1024`, `2048` * @returns {string} */ displayAvatarURL(options) {