Skip to content

Commit 92f1644

Browse files
authored
Merge pull request #5025 from deining/clarify-docu
Documentation: clarify sentence
2 parents c89557d + fe32bcb commit 92f1644

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/config/configuration.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ When mermaid starts, configuration is extracted to determine a configuration to
1010

1111
- The default configuration
1212
- Overrides at the site level are set by the initialize call, and will be applied to all diagrams in the site/app. The term for this is the **siteConfig**.
13-
- Frontmatter (v10.5.0+) - diagram authors can update select configuration parameters in the frontmatter of the diagram. These are applied to the render config.
14-
- Directives (Deprecated by Frontmatter) - diagram authors can update select configuration parameters directly in the diagram code via directives. These are applied to the render config.
13+
- Frontmatter (v10.5.0+) - diagram authors can update selected configuration parameters in the frontmatter of the diagram. These are applied to the render config.
14+
- Directives (Deprecated by Frontmatter) - diagram authors can update selected configuration parameters directly in the diagram code via directives. These are applied to the render config.
1515

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

packages/mermaid/src/docs/config/configuration.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ When mermaid starts, configuration is extracted to determine a configuration to
44

55
- The default configuration
66
- Overrides at the site level are set by the initialize call, and will be applied to all diagrams in the site/app. The term for this is the **siteConfig**.
7-
- Frontmatter (v10.5.0+) - diagram authors can update select configuration parameters in the frontmatter of the diagram. These are applied to the render config.
8-
- Directives (Deprecated by Frontmatter) - diagram authors can update select configuration parameters directly in the diagram code via directives. These are applied to the render config.
7+
- Frontmatter (v10.5.0+) - diagram authors can update selected configuration parameters in the frontmatter of the diagram. These are applied to the render config.
8+
- Directives (Deprecated by Frontmatter) - diagram authors can update selected configuration parameters directly in the diagram code via directives. These are applied to the render config.
99

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

0 commit comments

Comments
 (0)