Skip to content

Commit

Permalink
chore: fix cSpell word entry misspelling "mermiad" -> "mermaid" (#3751)
Browse files Browse the repository at this point in the history
* fix misspelled "mermiad" -> 'mermaid' in cSpell.json

* correct misspelled word caught by cspell
  • Loading branch information
weedySeaDragon authored Nov 3, 2022
1 parent 4870d37 commit b63828f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"customizability",
"Gantt",
"jison",
"mermiad",
"mermaid",
"mindmap",
"Mindmaps",
"mitigations",
Expand Down
2 changes: 1 addition & 1 deletion packages/mermaid/src/Diagram.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit b63828f

Please sign in to comment.