From 0b3881751ffaa963deb3d67c3b10313d7df2f688 Mon Sep 17 00:00:00 2001 From: Neil Cuzon <58763315+NeilCuzon@users.noreply.github.com> Date: Sat, 1 May 2021 11:42:42 -0700 Subject: [PATCH] Update flowchart.md --- docs/flowchart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/flowchart.md b/docs/flowchart.md index 523901234..004af40ca 100644 --- a/docs/flowchart.md +++ b/docs/flowchart.md @@ -6,7 +6,7 @@ All Flowcharts are composed of **nodes**, the geometric shapes and **edges**, th It can also accomodate different arrow types, multi directional arrows, and linking to and from subgraphs. -> **Important note** Do not type the word "end" as a Flowchart node. Capitalize all or any one the letters to keep the flowchart from breaking, i.e, "End" or "END". Or you can apply this [workaround](https://github.com/mermaid-js/mermaid/issues/1444#issuecomment-639528897).** +> **Important note**: Do not type the word "end" as a Flowchart node. Capitalize all or any one the letters to keep the flowchart from breaking, i.e, "End" or "END". Or you can apply this [workaround](https://github.com/mermaid-js/mermaid/issues/1444#issuecomment-639528897).** Node ### A node (default)