Skip to content

Commit

Permalink
Fix spellings
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Feb 21, 2023
1 parent 75633ba commit 555d4f2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions cypress/integration/rendering/flowchart-v2.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/syntax/flowchart.md
Original file line number Diff line number Diff line change
Expand Up @@ -391,9 +391,9 @@ flowchart LR
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
flowchart LR
Expand Down
2 changes: 1 addition & 1 deletion packages/mermaid/src/docs/syntax/flowchart.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ flowchart LR

### 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
flowchart LR
Expand Down

0 comments on commit 555d4f2

Please sign in to comment.