Skip to content

Commit

Permalink
Merge pull request #4887 from dennis0324/develop
Browse files Browse the repository at this point in the history
docs: fix typo
  • Loading branch information
aloisklink committed Sep 30, 2023
2 parents 2049915 + 595c639 commit ee78123
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/syntax/flowchart.md
Original file line number Diff line number Diff line change
Expand Up @@ -1146,7 +1146,7 @@ The layout of the diagram is done with the renderer. The default renderer is dag

Starting with Mermaid version 9.4, you can use an alternate renderer named elk. The elk renderer is better for larger and/or more complex diagrams.

The _elk_ renderer is an experimenal feature.
The _elk_ renderer is an experimental feature.
You can change the renderer to elk by adding this directive:

%%{init: {"flowchart": {"defaultRenderer": "elk"}} }%%
Expand Down
2 changes: 1 addition & 1 deletion packages/mermaid/src/docs/syntax/flowchart.md
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ The layout of the diagram is done with the renderer. The default renderer is dag

Starting with Mermaid version 9.4, you can use an alternate renderer named elk. The elk renderer is better for larger and/or more complex diagrams.

The _elk_ renderer is an experimenal feature.
The _elk_ renderer is an experimental feature.
You can change the renderer to elk by adding this directive:

```
Expand Down

0 comments on commit ee78123

Please sign in to comment.