Skip to content

Commit 555d4f2

Browse files
committed
Fix spellings
1 parent 75633ba commit 555d4f2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

cypress/integration/rendering/flowchart-v2.spec.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -674,10 +674,10 @@ A --> B
674674
{ titleTopMargin: 0 }
675675
);
676676
});
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', () => {
678678
imgSnapshotTest(
679679
`---
680-
title: Simple flowchart with invisisble edges
680+
title: Simple flowchart with invisible edges
681681
---
682682
flowchart TD
683683
A ~~~ B

docs/syntax/flowchart.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -391,9 +391,9 @@ flowchart LR
391391
A == text ==> B
392392
```
393393

394-
### An invisisble link
394+
### An invisible link
395395

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.
397397

398398
```mermaid-example
399399
flowchart LR

packages/mermaid/src/docs/syntax/flowchart.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ flowchart LR
247247

248248
### An invisible link
249249

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.
251251

252252
```mermaid-example
253253
flowchart LR

0 commit comments

Comments
 (0)