spelling: without

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2025-04-17 08:19:50 -04:00
parent e0f3f2bd5a
commit 334294c6af

View File

@@ -125,7 +125,7 @@ describe('Block diagram', function () {
const blocks = db.getBlocks();
expect(blocks.length).toBe(1);
});
it('a diagram withput column statements', () => {
it('a diagram without column statements', () => {
const str = `block-beta
block1["Block 1"]
`;