Update flowchart.md

Fix typos
This commit is contained in:
Andreas Volkmann
2020-10-16 12:31:05 +02:00
committed by GitHub
parent acc4f31c3a
commit ac8ddd58f0

View File

@@ -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