Fix a typo

This commit is contained in:
Tyler Long
2018-03-15 21:22:49 +08:00
parent 07d881cd5e
commit 24786c643b

View File

@@ -49,7 +49,7 @@ for (const themeName of ['default', 'forest', 'dark', 'neutral']) {
* ``` * ```
*/ */
const config = { const config = {
theme: themes.default, theme: 'default',
/** /**
* logLevel , decides the amount of logging to be used. * logLevel , decides the amount of logging to be used.