diff --git a/docs/diagrams-and-syntax-and-examples/flowchart.md b/docs/diagrams-and-syntax-and-examples/flowchart.md index 3c4d10d6c..8be4ec89c 100644 --- a/docs/diagrams-and-syntax-and-examples/flowchart.md +++ b/docs/diagrams-and-syntax-and-examples/flowchart.md @@ -336,7 +336,7 @@ graph LR ### Chaining of links -It is possible declare many links in the same line as per below: +It is possible to declare many links in the same line as per below: ``` graph LR A -- text --> B -- text2 --> C