Merge remote-tracking branch 'MERMAID/develop' into chore/3648-mermaidAPI-render--dry-cleanup-specs

# Conflicts:
#	cSpell.json
This commit is contained in:
Ashley Engelund (weedySeaDragon @ github) 2022-11-03 12:15:22 -07:00
commit 607fe88d43
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@
"customizability",
"Gantt",
"jison",
"mermaid",
"mindmap",
"Mindmaps",
"mitigations",

View File

@ -55,7 +55,7 @@ export class Diagram {
}
handleError(error: unknown, parseError?: ParseErrorFunction) {
// Is this the correct way to access mermiad's parseError()
// Is this the correct way to access mermaid's parseError()
// method ? (or global.mermaid.parseError()) ?
if (parseError === undefined) {