From 76a6f622f722c7752fb0378bf17bc29891e4f9b1 Mon Sep 17 00:00:00 2001 From: inclusive-coding-bot Date: Thu, 31 Mar 2022 07:44:09 -0400 Subject: [PATCH 1/2] Switch to gender neutral terms --- docs/developer-docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-docs/configuration.md b/docs/developer-docs/configuration.md index a0aa89775..eee16df61 100644 --- a/docs/developer-docs/configuration.md +++ b/docs/developer-docs/configuration.md @@ -4,7 +4,7 @@ When mermaid starts configuration is extracted to a configuration to be used for * The default configuration * Overrides on the site level, set is set by the initialize call and will be applied for all diagrams in the site/app. The term for this is the **siteConfig**. -* Directives - diagram authors can update select configuration parameters directly int he diagram code via directives and these are applied to the render config. +* Directives - diagram authors can update select configuration parameters directly int they diagram code via directives and these are applied to the render config. **The render config** is configuration that is used when rendering by applying these configurations. From f24e66ecd9098440b64ac59d7996acf8b6812714 Mon Sep 17 00:00:00 2001 From: Inclusive Coding Bot <102100353+inclusive-coding-bot@users.noreply.github.com> Date: Thu, 31 Mar 2022 11:59:32 -0400 Subject: [PATCH 2/2] Update configuration.md --- docs/developer-docs/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/developer-docs/configuration.md b/docs/developer-docs/configuration.md index eee16df61..fde2077fc 100644 --- a/docs/developer-docs/configuration.md +++ b/docs/developer-docs/configuration.md @@ -4,7 +4,7 @@ When mermaid starts configuration is extracted to a configuration to be used for * The default configuration * Overrides on the site level, set is set by the initialize call and will be applied for all diagrams in the site/app. The term for this is the **siteConfig**. -* Directives - diagram authors can update select configuration parameters directly int they diagram code via directives and these are applied to the render config. +* Directives - diagram authors can update select configuration parameters directly in the diagram code via directives and these are applied to the render config. **The render config** is configuration that is used when rendering by applying these configurations. @@ -27,4 +27,4 @@ Initialize call is called **only once**. It is called by the site integrator in This method resets the configuration for a diagram to the site configuration, the configuration provided by the site integrator. Before each rendering of a diagram reset is called in the very beginning of render. -## \ No newline at end of file +##