mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
fix typo on theme for mermaidAPI (#35649)
This commit is contained in:
committed by
Sheetal Nandi
parent
0c9ced6276
commit
3b24fc8aa6
Vendored
+1
-1
@@ -1,5 +1,5 @@
|
||||
declare namespace mermaidAPI {
|
||||
type Theme = "default" | "forest" | "dark" | "netural";
|
||||
type Theme = "default" | "forest" | "dark" | "neutral";
|
||||
|
||||
enum LogLevel {
|
||||
Debug = 1,
|
||||
|
||||
Reference in New Issue
Block a user