(minor) fix typo, whitespace formatting

This commit is contained in:
Ashley Engelund (weedySeaDragon @ github)
2022-11-17 15:49:37 -08:00
parent 9cc862b951
commit 68b1805c40
2 changed files with 3 additions and 3 deletions

View File

@@ -68,8 +68,8 @@
<pre class="mermaid"> <pre class="mermaid">
stateDiagram-v2 stateDiagram-v2
accTitle: very very simple state accTitle: very very simple state
accDescr: This is a state diagram showing one state accDescr: This is a state diagram showing one state
State1 State1
</pre> </pre>
<hr /> <hr />

View File

@@ -381,7 +381,7 @@ export const removeExistingElements = (
* @param id - The id for the SVG element (the element to be rendered) * @param id - The id for the SVG element (the element to be rendered)
* @param text - The text for the graph definition * @param text - The text for the graph definition
* @param cb - Callback which is called after rendering is finished with the svg code as in param. * @param cb - Callback which is called after rendering is finished with the svg code as in param.
* @param container - HTML element where the svg will be inserted. (Is usually element with the .mermaid class) * @param svgContainingElement - HTML element where the svg will be inserted. (Is usually element with the .mermaid class)
* If no svgContainingElement is provided then the SVG element will be appended to the body. * If no svgContainingElement is provided then the SVG element will be appended to the body.
* Selector to element in which a div with the graph temporarily will be * Selector to element in which a div with the graph temporarily will be
* inserted. If one is provided a hidden div will be inserted in the body of the page instead. The * inserted. If one is provided a hidden div will be inserted in the body of the page instead. The