fix typo on theme for mermaidAPI (#35649)

This commit is contained in:
jeromegervais
2019-05-28 11:57:35 -07:00
committed by Sheetal Nandi
parent 0c9ced6276
commit 3b24fc8aa6
+1 -1
View File
@@ -1,5 +1,5 @@
declare namespace mermaidAPI {
type Theme = "default" | "forest" | "dark" | "netural";
type Theme = "default" | "forest" | "dark" | "neutral";
enum LogLevel {
Debug = 1,