spelling: beginning

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2025-04-17 07:53:03 -04:00
parent fc3d4859db
commit 0c2d222aa6

View File

@@ -57,7 +57,7 @@ describe('when parsing flowcharts', function () {
expect(edges[1].type).toBe('arrow_point');
expect(edges[1].text).toBe('');
});
it('should multiple vertices in link statement in the begining', function () {
it('should multiple vertices in link statement in the beginning', function () {
const res = flow.parser.parse(`
graph TD
A-->B & C;