CSpell format

This commit is contained in:
Sidharth Vinod
2022-11-04 01:41:03 +05:30
parent 4870d37027
commit 3ad17b79a6
4 changed files with 77 additions and 72 deletions

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) {