From 8a5c0e05d5012f76fcab1c43d5b0800a1fe38bec Mon Sep 17 00:00:00 2001 From: HaFLiNGeR Date: Tue, 1 Oct 2019 21:35:49 +0200 Subject: [PATCH] Fix typo issue from https://github.com/mermaidjs/mermaid-gitbook/issues/52 --- README.md | 2 +- docs/README.md | 2 +- docs/usage.md | 2 +- usage.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 312064f..57118ae 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ## Special note regarding version 8.2 -In version 8.2 a security improvement was introduced. A securityLevel configuration was introduced wich sets the level of trust to be used on the parsed diagrams. +In version 8.2 a security improvement was introduced. A securityLevel configuration was introduced which sets the level of trust to be used on the parsed diagrams. * **true**: (default) tags in text are encoded, click functionality is disabled * false: tags in text are allowed, click functionality is enabledClosed issues: diff --git a/docs/README.md b/docs/README.md index 312064f..57118ae 100644 --- a/docs/README.md +++ b/docs/README.md @@ -6,7 +6,7 @@ ## Special note regarding version 8.2 -In version 8.2 a security improvement was introduced. A securityLevel configuration was introduced wich sets the level of trust to be used on the parsed diagrams. +In version 8.2 a security improvement was introduced. A securityLevel configuration was introduced which sets the level of trust to be used on the parsed diagrams. * **true**: (default) tags in text are encoded, click functionality is disabled * false: tags in text are allowed, click functionality is enabledClosed issues: diff --git a/docs/usage.md b/docs/usage.md index 66ed75d..2daeb70 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -57,7 +57,7 @@ An id is also added to mermaid tags without id. ### To enable click event and tags in nodes -In version 8.2 a security improvement was introduced. A securityLevel configuration was introduced wich sets the level of trust to be used on the parsed diagrams. +In version 8.2 a security improvement was introduced. A securityLevel configuration was introduced which sets the level of trust to be used on the parsed diagrams. * **true**: (default) tags in text are encoded, click functionality is disabled * false: tags in text are allowed, click functionality is enabledClosed issues: diff --git a/usage.md b/usage.md index 66ed75d..2daeb70 100644 --- a/usage.md +++ b/usage.md @@ -57,7 +57,7 @@ An id is also added to mermaid tags without id. ### To enable click event and tags in nodes -In version 8.2 a security improvement was introduced. A securityLevel configuration was introduced wich sets the level of trust to be used on the parsed diagrams. +In version 8.2 a security improvement was introduced. A securityLevel configuration was introduced which sets the level of trust to be used on the parsed diagrams. * **true**: (default) tags in text are encoded, click functionality is disabled * false: tags in text are allowed, click functionality is enabledClosed issues: