fixed a little typo in docs of <User>.displayAvatarURL() (#1872)

This commit is contained in:
Raphael
2017-09-02 14:56:49 +02:00
committed by Crawl
parent 1bdaa62481
commit 765b652e6a

View File

@@ -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) {