spelling: detected

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2025-04-17 08:00:00 -04:00
parent 08951dbbf0
commit 5f35d70ce2

View File

@@ -9,7 +9,7 @@ describe('diagram-orchestration', () => {
expect(detectType('graph TD; A-->B')).toBe('flowchart');
});
describe('proper diagram types should be detetced', () => {
describe('proper diagram types should be detected', () => {
beforeAll(() => {
addDiagrams();
});