spelling: definition

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2025-04-17 07:58:40 -04:00
parent 0103da0179
commit 7caf377963

View File

@@ -85,7 +85,7 @@ describe('diagram detection', () => {
);
});
test('should consider entity codes when present in diagram defination', async () => {
test('should consider entity codes when present in diagram definition', async () => {
const diagram = await Diagram.fromText(`sequenceDiagram
A->>B: I #9829; you!
B->>A: I #9829; you #infin; times more!`);