Update configuration.md

This commit is contained in:
Inclusive Coding Bot 2022-03-31 11:59:32 -04:00 committed by GitHub
parent 76a6f622f7
commit f24e66ecd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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.
##
##