From c89f1ea02c4f5ab7c4497bbed39c9c6f39e85681 Mon Sep 17 00:00:00 2001 From: Aakansha Doshi Date: Mon, 8 Jul 2024 20:10:15 +0530 Subject: [PATCH] pretty fix --- packages/mermaid/src/mermaid.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mermaid/src/mermaid.ts b/packages/mermaid/src/mermaid.ts index 286c5dde7e..eb9007f9cd 100644 --- a/packages/mermaid/src/mermaid.ts +++ b/packages/mermaid/src/mermaid.ts @@ -188,7 +188,7 @@ const runThrowsErrors = async function ( /** * Used to set configurations for mermaid. -* This function should be called before the run function. + * This function should be called before the run function. * @param config - Configuration object for mermaid. */