Skip to content

Commit f159808

Browse files
Merge pull request #3122 from activus-d/typo-correction
typos in configuration.md corrected
2 parents e9148b4 + df28de6 commit f159808

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/developer-docs/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Configuration
22

3-
When mermaid starts configuration is extracted to a configuration to be used for a diagram. There a 3 sources for configuration:
3+
When mermaid starts configuration is extracted to a configuration to be used for a diagram. There are 3 sources for configuration:
44

55
* The default configuration
6-
* 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**.
6+
* Overrides on the site level is set by the initialize call and will be applied to all diagrams in the site/app. The term for this is the **siteConfig**.
77
* Directives - diagram authors can update select configuration parameters directly in the diagram code via directives and these are applied to the render config.
88

99
**The render config** is configuration that is used when rendering by applying these configurations.

0 commit comments

Comments
 (0)