From 555d4f2cdc83ebeaf0b41f57a05722ffb6d921af Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Tue, 21 Feb 2023 13:27:37 +0530 Subject: [PATCH] Fix spellings --- cypress/integration/rendering/flowchart-v2.spec.js | 4 ++-- docs/syntax/flowchart.md | 4 ++-- packages/mermaid/src/docs/syntax/flowchart.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cypress/integration/rendering/flowchart-v2.spec.js b/cypress/integration/rendering/flowchart-v2.spec.js index 8debde1b9e..abdb222654 100644 --- a/cypress/integration/rendering/flowchart-v2.spec.js +++ b/cypress/integration/rendering/flowchart-v2.spec.js @@ -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 diff --git a/docs/syntax/flowchart.md b/docs/syntax/flowchart.md index 4a2f6cca55..547847f54f 100644 --- a/docs/syntax/flowchart.md +++ b/docs/syntax/flowchart.md @@ -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 diff --git a/packages/mermaid/src/docs/syntax/flowchart.md b/packages/mermaid/src/docs/syntax/flowchart.md index a48e19133e..6997ca0888 100644 --- a/packages/mermaid/src/docs/syntax/flowchart.md +++ b/packages/mermaid/src/docs/syntax/flowchart.md @@ -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