From 6ead2e16ea5c806e3ebf8fc02c8b80559e35a692 Mon Sep 17 00:00:00 2001 From: Ashish Jain Date: Mon, 15 Jul 2024 12:32:25 +0200 Subject: [PATCH] fix: typo issue --- docs/config/setup/interfaces/mermaid.MermaidConfig.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/config/setup/interfaces/mermaid.MermaidConfig.md b/docs/config/setup/interfaces/mermaid.MermaidConfig.md index 021498d6d..2940c787c 100644 --- a/docs/config/setup/interfaces/mermaid.MermaidConfig.md +++ b/docs/config/setup/interfaces/mermaid.MermaidConfig.md @@ -119,7 +119,7 @@ should not change unless content is changed. • `Optional` **elk.mergeEdges**: `boolean` -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. #### Defined in @@ -131,7 +131,7 @@ Elk specific option that allows egdes to share path where it convenient. It can • `Optional` **elk.nodePlacement.strategy**: `"SIMPLE"` | `"NETWORK_SIMPLEX"` | `"LINEAR_SEGMENTS"` | `"BRANDES_KOEPF"` -Elk specific option affedcting how nodes are placed. +Elk specific option affecting how nodes are placed. #### Defined in