From 4620a7eeba17b0385e8456e36dc0cf25145f56c8 Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Thu, 14 Oct 2021 11:53:35 +0200 Subject: [PATCH] adding missing word (#2409) --- 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 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