From 77d57b865da1fbe3458abd0b8b5fb481d80f14b4 Mon Sep 17 00:00:00 2001 From: David Wittman Date: Thu, 17 Sep 2020 15:38:44 -0500 Subject: [PATCH] Fix typo in n00b-syntaxReference.md --- docs/diagrams-and-syntax-and-examples/n00b-syntaxReference.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/diagrams-and-syntax-and-examples/n00b-syntaxReference.md b/docs/diagrams-and-syntax-and-examples/n00b-syntaxReference.md index cf35e2082..8eb4ae2c9 100644 --- a/docs/diagrams-and-syntax-and-examples/n00b-syntaxReference.md +++ b/docs/diagrams-and-syntax-and-examples/n00b-syntaxReference.md @@ -8,9 +8,9 @@ title: Diagram syntax intro If you are new to mermaid, read the [Getting Started](../getting-started/n00b-gettingStarted.md) and [Overview](../overview/n00b-overview.md) sections, to learn the basics of mermaid. Video Tutorials can be found at the bottom of the Overview Section. -This section is a list of diagram types supported by mermaid. Below is a list of links to aricles that explain the syntax of the diagrams or charts that 0can be called. +This section is a list of diagram types supported by mermaid. Below is a list of links to aricles that explain the syntax of the diagrams or charts that can be called. -They also detail how diagrams can be defined, or described in the manner with which the diagram is to be rendered by the renderer. +They also detail how diagrams can be defined, or described in the manner with which the diagram is to be rendered by the renderer. ### The benefits of text based diagramming are its speed and modifiability. mermaid allows for easy maintenance and modification of diagrams. This means your diagrams will always be up to date and closely follow your code and improve your documentation.