fix: Remove hard coded Path separator

This commit is contained in:
Sidharth Vinod
2022-10-08 10:45:42 +08:00
parent c99fd2baa9
commit ab5111e84f
7 changed files with 31 additions and 31 deletions

View File

@@ -19,7 +19,7 @@ The diagram authors can now add the accessibility options in the diagram definit
- `accTitle: "Your Accessibility Title"` or
- `accDescr: "Your Accessibility Description"`
**When these two options are defined, they will add a coressponding `<title>` and `<desc>` tag in the SVG.**
**When these two options are defined, they will add a corresponding `<title>` and `<desc>` tag in the SVG.**
Let us take a look at the following example with a flowchart diagram: