From 2fb50a2d6970052166ea227c6f4606640c02043f Mon Sep 17 00:00:00 2001 From: Ashish Jain Date: Mon, 15 Jul 2024 13:10:37 +0200 Subject: [PATCH] fix: typo issue --- packages/mermaid/src/schemas/config.schema.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/mermaid/src/schemas/config.schema.yaml b/packages/mermaid/src/schemas/config.schema.yaml index 6182cfd76..501e03b84 100644 --- a/packages/mermaid/src/schemas/config.schema.yaml +++ b/packages/mermaid/src/schemas/config.schema.yaml @@ -102,12 +102,12 @@ properties: minimum: 0 elk.mergeEdges: 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 default: false elk.nodePlacement.strategy: description: | - Elk specific option affedcting how nodes are placed. + Elk specific option affecting how nodes are placed. type: string enum: - SIMPLE