Skip to content

Commit b63828f

Browse files
authoredNov 3, 2022
chore: fix cSpell word entry misspelling "mermiad" -> "mermaid" (mermaid-js#3751)
* fix misspelled "mermiad" -> 'mermaid' in cSpell.json * correct misspelled word caught by cspell
1 parent 4870d37 commit b63828f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎cSpell.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"customizability",
77
"Gantt",
88
"jison",
9-
"mermiad",
9+
"mermaid",
1010
"mindmap",
1111
"Mindmaps",
1212
"mitigations",

‎packages/mermaid/src/Diagram.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export class Diagram {
5555
}
5656

5757
handleError(error: unknown, parseError?: ParseErrorFunction) {
58-
// Is this the correct way to access mermiad's parseError()
58+
// Is this the correct way to access mermaid's parseError()
5959
// method ? (or global.mermaid.parseError()) ?
6060

6161
if (parseError === undefined) {

0 commit comments

Comments
 (0)
Please sign in to comment.