Skip to content

Commit

Permalink
fix: typo issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishjain0512 committed Jul 15, 2024
1 parent 6ead2e1 commit 061aaf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mermaid/src/config.type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@ export interface MermaidConfig {
*/
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 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';
Expand Down

0 comments on commit 061aaf6

Please sign in to comment.