diff --git a/docs/n00b-gettingStarted.md b/docs/n00b-gettingStarted.md index 590e0bc72..172cd13c4 100644 --- a/docs/n00b-gettingStarted.md +++ b/docs/n00b-gettingStarted.md @@ -108,7 +108,7 @@ c. The `mermaid.initialize()` API call to start the rendering process. ``` -### b. The embedded mermaid diagram definition needs to be contains inside a `
` tag that signifies that it is a mermaid diagram: +### b. The embedded mermaid diagram definition needs to be contained inside a `
` tag that signifies that it is a mermaid diagram: ```