mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 23:39:50 +02:00
fix: typo issue
This commit is contained in:
@@ -102,12 +102,12 @@ properties:
|
|||||||
minimum: 0
|
minimum: 0
|
||||||
elk.mergeEdges:
|
elk.mergeEdges:
|
||||||
description: |
|
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
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
elk.nodePlacement.strategy:
|
elk.nodePlacement.strategy:
|
||||||
description: |
|
description: |
|
||||||
Elk specific option affedcting how nodes are placed.
|
Elk specific option affecting how nodes are placed.
|
||||||
type: string
|
type: string
|
||||||
enum:
|
enum:
|
||||||
- SIMPLE
|
- SIMPLE
|
||||||
|
Reference in New Issue
Block a user