mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-26 02:39:41 +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",
|
"customizability",
|
||||||
"Gantt",
|
"Gantt",
|
||||||
"jison",
|
"jison",
|
||||||
"mermiad",
|
"mermaid",
|
||||||
"mindmap",
|
"mindmap",
|
||||||
"Mindmaps",
|
"Mindmaps",
|
||||||
"mitigations",
|
"mitigations",
|
||||||
|
@@ -55,7 +55,7 @@ export class Diagram {
|
|||||||
}
|
}
|
||||||
|
|
||||||
handleError(error: unknown, parseError?: ParseErrorFunction) {
|
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()) ?
|
// method ? (or global.mermaid.parseError()) ?
|
||||||
|
|
||||||
if (parseError === undefined) {
|
if (parseError === undefined) {
|
||||||
|
Reference in New Issue
Block a user