mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-02 23:26:44 +02:00
spelling: distinguish
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -56,7 +56,7 @@ describe('when parsing a kanban ', function () {
|
|||||||
expect(sections[0].label).toEqual('root');
|
expect(sections[0].label).toEqual('root');
|
||||||
});
|
});
|
||||||
|
|
||||||
it('KNBN-4 should not dsitinguis between deeper hierachial levels in thr kanban definition', function () {
|
it('KNBN-4 should not distinguish between deeper hierachial levels in thr kanban definition', function () {
|
||||||
const str = `kanban
|
const str = `kanban
|
||||||
root
|
root
|
||||||
child1
|
child1
|
||||||
|
Reference in New Issue
Block a user