Skip to content

Commit

Permalink
Merge pull request #2741 from mingpepe/develop
Browse files Browse the repository at this point in the history
Fix typo in flowchart.md
  • Loading branch information
ashishjain0512 authored Feb 17, 2022
2 parents 8d77721 + f71ab2f commit f8f59fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/flowchart.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

All Flowcharts are composed of **nodes**, the geometric shapes and **edges**, the arrows or lines. The mermaid code defines the way that these **nodes** and **edges** are made and interact.

It can also accomodate different arrow types, multi directional arrows, and linking to and from subgraphs.
It can also accommodate 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).**
Node
Expand Down

0 comments on commit f8f59fc

Please sign in to comment.