From 916c0b95e7e10db1c5e3919bb594ea7cff3af8ee Mon Sep 17 00:00:00 2001 From: Andriy <86450120+andriy-koz@users.noreply.github.com> Date: Tue, 5 Sep 2023 02:40:12 -0300 Subject: [PATCH] Update flowchart.md (#4810) --- docs/syntax/flowchart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/syntax/flowchart.md b/docs/syntax/flowchart.md index d19f71a97..865d64e14 100644 --- a/docs/syntax/flowchart.md +++ b/docs/syntax/flowchart.md @@ -467,7 +467,7 @@ flowchart TB A & B--> C & D ``` -If you describe the same diagram using the the basic syntax, it will take four lines. A +If you describe the same diagram using the basic syntax, it will take four lines. A word of warning, one could go overboard with this making the flowchart harder to read in 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.