fix: typo issue

This commit is contained in:
Ashish Jain
2024-07-15 12:38:30 +02:00
parent 6ead2e16ea
commit 061aaf6f28

View File

@@ -89,12 +89,12 @@ export interface MermaidConfig {
*/ */
maxEdges?: number; maxEdges?: number;
/** /**
* 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.
* *
*/ */
'elk.mergeEdges'?: boolean; 'elk.mergeEdges'?: boolean;
/** /**
* Elk specific option affedcting how nodes are placed. * Elk specific option affecting how nodes are placed.
* *
*/ */
'elk.nodePlacement.strategy'?: 'SIMPLE' | 'NETWORK_SIMPLEX' | 'LINEAR_SEGMENTS' | 'BRANDES_KOEPF'; 'elk.nodePlacement.strategy'?: 'SIMPLE' | 'NETWORK_SIMPLEX' | 'LINEAR_SEGMENTS' | 'BRANDES_KOEPF';