From 3b571fc9b32ea4057a5d8c780f53d12f1ae51ff8 Mon Sep 17 00:00:00 2001 From: Daniel Bartholomae Date: Sat, 3 Sep 2022 20:33:50 +0200 Subject: [PATCH] Fix typo in documentation --- src/mermaidAPI.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mermaidAPI.ts b/src/mermaidAPI.ts index 303a78680..70e3b679b 100644 --- a/src/mermaidAPI.ts +++ b/src/mermaidAPI.ts @@ -8,7 +8,7 @@ * The core of this api is the [**render**](Setup.md?id=render) function which, given a graph * definition as text, renders the graph/diagram and returns an svg element for the graph. * - * It is is then up to the user of the API to make use of the svg, either insert it somewhere in the + * It is then up to the user of the API to make use of the svg, either insert it somewhere in the * page or do something completely different. * * In addition to the render function, a number of behavioral configuration options are available.