From 54b78acb47cc5c5bdf196beae13cdbd5774d029a Mon Sep 17 00:00:00 2001 From: Jake Boone Date: Sun, 3 Sep 2023 01:35:36 -0700 Subject: [PATCH] "CSS" instead of "css" in flowchart.md (#4797) --- packages/mermaid/src/docs/syntax/flowchart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/mermaid/src/docs/syntax/flowchart.md b/packages/mermaid/src/docs/syntax/flowchart.md index 1213dcddc..a49e974ab 100644 --- a/packages/mermaid/src/docs/syntax/flowchart.md +++ b/packages/mermaid/src/docs/syntax/flowchart.md @@ -709,9 +709,9 @@ flowchart LR classDef foobar stroke:#00f ``` -### Css classes +### CSS classes -It is also possible to predefine classes in css styles that can be applied from the graph definition as in the example +It is also possible to predefine classes in CSS styles that can be applied from the graph definition as in the example below: **Example style**