From c714f3109a308208ca89f1782cb0f6a686bb180e Mon Sep 17 00:00:00 2001 From: bby-bishopclark <30503374+bby-bishopclark@users.noreply.github.com> Date: Fri, 26 Mar 2021 09:18:03 -0700 Subject: [PATCH] Update flowchart.md verb tense --- docs/flowchart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/flowchart.md b/docs/flowchart.md index 10c9e0800..1961ae307 100644 --- a/docs/flowchart.md +++ b/docs/flowchart.md @@ -846,7 +846,7 @@ graph TD * In graph declarations, the statements also can now end without a semicolon. After release 0.2.16, ending a graph statement with semicolon is just optional. So the below graph declaration is also valid along with the old declarations of the graph. -* A single space is allowed between vertices and the link. However there should not be any space between a vertex and its text and a link and its text. The old syntax of graph declaration will also work and hence this new feature is optional and is introduce to improve readability. +* A single space is allowed between vertices and the link. However there should not be any space between a vertex and its text and a link and its text. The old syntax of graph declaration will also work and hence this new feature is optional and is introduced to improve readability. Below is the new declaration of the graph edges which is also valid along with the old declaration of the graph edges.