diff --git a/packages/mermaid/src/config.type.ts b/packages/mermaid/src/config.type.ts index b574be81d..a010fb088 100644 --- a/packages/mermaid/src/config.type.ts +++ b/packages/mermaid/src/config.type.ts @@ -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';