Fix a bunch of capitalisation issues

This commit is contained in:
Schuyler Cebulskie
2016-12-15 20:10:38 -05:00
parent fbe1929bde
commit 361547a588
5 changed files with 6 additions and 6 deletions

View File

@@ -38,7 +38,7 @@ class UserProfile {
setup(data) {
/**
* If the user has Discord Premium
* @type {Boolean}
* @type {boolean}
*/
this.premium = data.premium;