Change theme prop type

This commit is contained in:
Crawl
2017-04-23 07:04:44 +02:00
committed by GitHub
parent c095610bb4
commit 6abe014ac3

View File

@@ -467,7 +467,7 @@ exports.UserSettingsMap = {
/**
* The theme of the client. Either `light` or `dark`
* @name ClientUserSettings#theme
* @type {String}
* @type {string}
*/
theme: 'theme',