We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4870d37 commit b63828fCopy full SHA for b63828f
cSpell.json
@@ -6,7 +6,7 @@
6
"customizability",
7
"Gantt",
8
"jison",
9
- "mermiad",
+ "mermaid",
10
"mindmap",
11
"Mindmaps",
12
"mitigations",
packages/mermaid/src/Diagram.ts
@@ -55,7 +55,7 @@ export class Diagram {
55
}
56
57
handleError(error: unknown, parseError?: ParseErrorFunction) {
58
- // Is this the correct way to access mermiad's parseError()
+ // Is this the correct way to access mermaid's parseError()
59
// method ? (or global.mermaid.parseError()) ?
60
61
if (parseError === undefined) {
0 commit comments