mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-13 20:39:38 +02:00
Fix diagram typo (#2614)
This commit is contained in:
@@ -35,7 +35,7 @@ const config = {
|
|||||||
theme: 'default',
|
theme: 'default',
|
||||||
themeVariables: theme['default'].getThemeVariables(),
|
themeVariables: theme['default'].getThemeVariables(),
|
||||||
themeCSS: undefined,
|
themeCSS: undefined,
|
||||||
/* **maxTextSize** - The maximum allowed size of the users text diamgram */
|
/* **maxTextSize** - The maximum allowed size of the users text diagram */
|
||||||
maxTextSize: 50000,
|
maxTextSize: 50000,
|
||||||
darkMode: false,
|
darkMode: false,
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user