File tree 3 files changed +5
-5
lines changed
cypress/integration/rendering
packages/mermaid/src/docs/syntax
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -674,10 +674,10 @@ A --> B
674
674
{ titleTopMargin : 0 }
675
675
) ;
676
676
} ) ;
677
- it ( '3192: It should be possieble to render flowcharts with invisisble edges' , ( ) => {
677
+ it ( '3192: It should be possieble to render flowcharts with invisible edges' , ( ) => {
678
678
imgSnapshotTest (
679
679
`---
680
- title: Simple flowchart with invisisble edges
680
+ title: Simple flowchart with invisible edges
681
681
---
682
682
flowchart TD
683
683
A ~~~ B
Original file line number Diff line number Diff line change @@ -391,9 +391,9 @@ flowchart LR
391
391
A == text ==> B
392
392
```
393
393
394
- ### An invisisble link
394
+ ### An invisible link
395
395
396
- This can be a usefull tool in some instances where you want to alter the default positining of a node.
396
+ This can be a useful tool in some instances where you want to alter the default positioning of a node.
397
397
398
398
``` mermaid-example
399
399
flowchart LR
Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ flowchart LR
247
247
248
248
### An invisible link
249
249
250
- This can be a useful tool in some instances where you want to alter the default positining of a node.
250
+ This can be a useful tool in some instances where you want to alter the default positioning of a node.
251
251
252
252
``` mermaid-example
253
253
flowchart LR
You can’t perform that action at this time.
0 commit comments