Fix spellings

This commit is contained in:
Sidharth Vinod
2023-02-21 13:27:37 +05:30
parent 75633ba125
commit 555d4f2cdc
3 changed files with 5 additions and 5 deletions

View File

@@ -674,10 +674,10 @@ A --> B
{ titleTopMargin: 0 }
);
});
it('3192: It should be possieble to render flowcharts with invisisble edges', () => {
it('3192: It should be possieble to render flowcharts with invisible edges', () => {
imgSnapshotTest(
`---
title: Simple flowchart with invisisble edges
title: Simple flowchart with invisible edges
---
flowchart TD
A ~~~ B