mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
Fix spellings
This commit is contained in:
parent
75633ba125
commit
555d4f2cdc
@ -674,10 +674,10 @@ A --> B
|
|||||||
{ titleTopMargin: 0 }
|
{ 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(
|
imgSnapshotTest(
|
||||||
`---
|
`---
|
||||||
title: Simple flowchart with invisisble edges
|
title: Simple flowchart with invisible edges
|
||||||
---
|
---
|
||||||
flowchart TD
|
flowchart TD
|
||||||
A ~~~ B
|
A ~~~ B
|
||||||
|
@ -391,9 +391,9 @@ flowchart LR
|
|||||||
A == text ==> B
|
A == text ==> B
|
||||||
```
|
```
|
||||||
|
|
||||||
### An invisisble link
|
### An invisible link
|
||||||
|
|
||||||
This can be a usefull tool in some instances where you want to alter the default positining of a node.
|
This can be a useful tool in some instances where you want to alter the default positioning of a node.
|
||||||
|
|
||||||
```mermaid-example
|
```mermaid-example
|
||||||
flowchart LR
|
flowchart LR
|
||||||
|
@ -247,7 +247,7 @@ flowchart LR
|
|||||||
|
|
||||||
### An invisible link
|
### An invisible link
|
||||||
|
|
||||||
This can be a useful tool in some instances where you want to alter the default positining of a node.
|
This can be a useful tool in some instances where you want to alter the default positioning of a node.
|
||||||
|
|
||||||
```mermaid-example
|
```mermaid-example
|
||||||
flowchart LR
|
flowchart LR
|
||||||
|
Loading…
x
Reference in New Issue
Block a user