From 0caf372685988327465e3ea61fb108288ee0d1f1 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Sat, 3 Sep 2022 14:43:35 +0530 Subject: [PATCH] Fix configuration doc --- docs/Configuration.md | 2 +- src/docs/Configuration.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Configuration.md b/docs/Configuration.md index 9c95f5137..0df2de104 100644 --- a/docs/Configuration.md +++ b/docs/Configuration.md @@ -13,7 +13,7 @@ The Following are the most commonly used methods, and are all tied to Mermaid [D ## [Directives](./directives.md), -allows the limited reconfiguration of a diagram just before it is rendered. It can alter the font style, color and other aesthetic aspects of the diagram. you can pass a directive alongside your definition inside `%%{ }%%`, either above or below your diagram definition. +Directives allows limited reconfiguration of a diagram just before it is rendered. It can alter the font style, color and other aesthetic aspects of the diagram. You can pass a directive alongside your definition inside `%%{ }%%`, either above or below your diagram definition. ## Theme Creation: diff --git a/src/docs/Configuration.md b/src/docs/Configuration.md index dfa3edc24..6eaab8e47 100644 --- a/src/docs/Configuration.md +++ b/src/docs/Configuration.md @@ -11,7 +11,7 @@ The Following are the most commonly used methods, and are all tied to Mermaid [D ## [Directives](./directives.md), -allows the limited reconfiguration of a diagram just before it is rendered. It can alter the font style, color and other aesthetic aspects of the diagram. you can pass a directive alongside your definition inside `%%{ }%%`, either above or below your diagram definition. +Directives allows limited reconfiguration of a diagram just before it is rendered. It can alter the font style, color and other aesthetic aspects of the diagram. You can pass a directive alongside your definition inside `%%{ }%%`, either above or below your diagram definition. ## Theme Creation: