From b79eaae0020e15336edbac22d9006321e07d088d Mon Sep 17 00:00:00 2001 From: Daniel Bartholomae Date: Sat, 3 Sep 2022 20:36:14 +0200 Subject: [PATCH] Fix typo --- src/mermaidAPI.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mermaidAPI.ts b/src/mermaidAPI.ts index 70e3b679b..f44f6743c 100644 --- a/src/mermaidAPI.ts +++ b/src/mermaidAPI.ts @@ -171,7 +171,7 @@ const render = function ( .append('g'); } else { // No container was provided - // If there is an existsing element with the id, we remove it + // If there is an existing element with the id, we remove it // this likely a previously rendered diagram const existingSvg = document.getElementById(id); if (existingSvg) {