From ac8ddd58f0c48bb367774fd464f01a2ccb8a2878 Mon Sep 17 00:00:00 2001 From: Andreas Volkmann Date: Fri, 16 Oct 2020 12:31:05 +0200 Subject: [PATCH 1/2] Update flowchart.md Fix typos --- docs/diagrams-and-syntax-and-examples/flowchart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/diagrams-and-syntax-and-examples/flowchart.md b/docs/diagrams-and-syntax-and-examples/flowchart.md index 6a9245e23..2b23ee25d 100644 --- a/docs/diagrams-and-syntax-and-examples/flowchart.md +++ b/docs/diagrams-and-syntax-and-examples/flowchart.md @@ -356,7 +356,7 @@ graph LR a --> b & c--> d ``` -You can then describe dependencies in a very expressive way. Like the onliner below: +You can then describe dependencies in a very expressive way. Like the one-liner below: ``` graph TB A & B--> C & D @@ -367,7 +367,7 @@ graph TB ``` If you describe the same diagram using the the basic syntax, it will take four lines. A word of warning, one could go overboard with this making the graph harder to read in -markdown form. The Swedish word `lagom` comes to mind. It means, not to much and not to little. +markdown form. The Swedish word `lagom` comes to mind. It means, not too much and not too little. This goes for expressive syntaxes as well. ``` graph TB From 4c239b7eefa19fc3bae84ca3ec318fe29910fe7b Mon Sep 17 00:00:00 2001 From: Andreas Volkmann Date: Fri, 16 Oct 2020 12:34:08 +0200 Subject: [PATCH 2/2] Update flowchart.md --- docs/diagrams-and-syntax-and-examples/flowchart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/diagrams-and-syntax-and-examples/flowchart.md b/docs/diagrams-and-syntax-and-examples/flowchart.md index 2b23ee25d..d41abe675 100644 --- a/docs/diagrams-and-syntax-and-examples/flowchart.md +++ b/docs/diagrams-and-syntax-and-examples/flowchart.md @@ -379,7 +379,7 @@ graph TB ### Beta: New arrow types -When using flowchart instead of graph there is the are new types of arrows supported as per below: +When using flowchart instead of graph there are new types of arrows supported as per below: ``` flowchart LR