mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-18 23:09:49 +02:00
fix: typo issue
This commit is contained in:
@@ -102,12 +102,12 @@ properties:
|
||||
minimum: 0
|
||||
elk.mergeEdges:
|
||||
description: |
|
||||
Elk specific option that allows egdes to share path where it convenient. It can make for pretty diagrams but can also make it harder to read the diagram.
|
||||
Elk specific option that allows edges to share path where it convenient. It can make for pretty diagrams but can also make it harder to read the diagram.
|
||||
type: boolean
|
||||
default: false
|
||||
elk.nodePlacement.strategy:
|
||||
description: |
|
||||
Elk specific option affedcting how nodes are placed.
|
||||
Elk specific option affecting how nodes are placed.
|
||||
type: string
|
||||
enum:
|
||||
- SIMPLE
|
||||
|
Reference in New Issue
Block a user