mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-25 18:30:10 +02:00
chore: fix cSpell word entry misspelling "mermiad" -> "mermaid" (#3751)
* fix misspelled "mermiad" -> 'mermaid' in cSpell.json * correct misspelled word caught by cspell
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"customizability",
|
||||
"Gantt",
|
||||
"jison",
|
||||
"mermiad",
|
||||
"mermaid",
|
||||
"mindmap",
|
||||
"Mindmaps",
|
||||
"mitigations",
|
||||
|
@@ -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) {
|
||||
|
Reference in New Issue
Block a user