From d7e0e4afc5d368e6c634c8cffe0ce2665d4d58d1 Mon Sep 17 00:00:00 2001 From: Tyler Long Date: Tue, 18 Dec 2018 13:32:36 +0800 Subject: [PATCH] Fix code style issue --- src/mermaidAPI.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mermaidAPI.js b/src/mermaidAPI.js index 89ce96949..ed4773287 100644 --- a/src/mermaidAPI.js +++ b/src/mermaidAPI.js @@ -50,7 +50,7 @@ for (const themeName of ['default', 'forest', 'dark', 'neutral']) { */ const config = { -/** theme , the CSS style sheet + /** theme , the CSS style sheet * * **theme** - Choose one of the built-in themes: default, forest, dark or neutral. To disable any pre-defined mermaid theme, use "null". * **themeCSS** - Use your own CSS. This overrides **theme**.