From 27baa24c827448b08d1da96cd6ddb8a4f022c4f2 Mon Sep 17 00:00:00 2001 From: Daniel Bartholomae Date: Sat, 3 Sep 2022 22:54:43 +0200 Subject: [PATCH] Build documentation --- docs/Setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Setup.md b/docs/Setup.md index b7ee5e833..bc02f194e 100644 --- a/docs/Setup.md +++ b/docs/Setup.md @@ -11,7 +11,7 @@ using the default integration provided by mermaid.js. The core of this api is the [**render**][2] 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.