spelling: svg

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2025-04-17 08:30:34 -04:00
parent 90c0908ed5
commit 02b997f4e4

View File

@@ -367,7 +367,7 @@ const parse: typeof mermaidAPI.parse = async (text, parseOptions) => {
};
/**
* Function that renders an svg with a graph from a chart definition. Usage example below.
* Function that renders an SVG with a graph from a chart definition. Usage example below.
*
* ```javascript
* element = document.querySelector('#graphDiv');