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

@@ -33,7 +33,7 @@ class UserConnection {
/**
* Whether the connection is revoked
* @type {Boolean}
* @type {boolean}
*/
this.revoked = data.revoked;