spelling: an

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2025-04-16 20:56:02 -04:00
parent de9eb67040
commit f5fa0ae876
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ import { select } from 'd3';
import { log, getConfig, setupGraphViewbox } from './mermaidUtils.js';
/**
* Draws a an info picture in the tag with id: id based on the graph definition in text.
* Draws an info picture in the tag with id: id based on the graph definition in text.
*
* @param {any} text
* @param {any} id

View File

@@ -4,7 +4,7 @@ import { selectSvgElement } from '../../rendering-util/selectSvgElement.js';
import { configureSvgSize } from '../../setupGraphViewbox.js';
/**
* Draws a an info picture in the tag with id: id based on the graph definition in text.
* Draws an info picture in the tag with id: id based on the graph definition in text.
*
* @param text - The text of the diagram.
* @param id - The id of the diagram which will be used as a DOM element id.

View File

@@ -37,7 +37,7 @@ export const drawDivider = (g) =>
.attr('y2', 0);
/**
* Draws a an end state as a black circle
* Draws an end state as a black circle
*
* @param {any} g
* @param {any} stateDef