spelling: hierarchical

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2025-04-17 08:04:21 -04:00
parent 4bfd0f753d
commit 6a0fb67ab7
2 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ describe('when parsing a kanban ', function () {
expect(sections.length).toEqual(1);
expect(sections[0].label).toEqual('root');
});
it('KNBN-2 should handle a hierachial kanban definition', function () {
it('KNBN-2 should handle a hierarchical kanban definition', function () {
const str = `kanban
root
child1
@@ -56,7 +56,7 @@ describe('when parsing a kanban ', function () {
expect(sections[0].label).toEqual('root');
});
it('KNBN-4 should not distinguish between deeper hierachial levels in thr kanban definition', function () {
it('KNBN-4 should not distinguish between deeper hierarchical levels in thr kanban definition', function () {
const str = `kanban
root
child1

View File

@@ -19,7 +19,7 @@ describe('when parsing a mindmap ', function () {
// console.log('Time for checks', mindmap.yy.getMindmap().descr);
expect(mindmap.yy.getMindmap().descr).toEqual('root');
});
it('MMP-2 should handle a hierachial mindmap definition', function () {
it('MMP-2 should handle a hierarchical mindmap definition', function () {
const str = `mindmap
root
child1
@@ -43,7 +43,7 @@ describe('when parsing a mindmap ', function () {
expect(mindmap.yy.getMindmap().descr).toEqual('root');
});
it('MMP-4 should handle a deeper hierachial mindmap definition', function () {
it('MMP-4 should handle a deeper hierarchical mindmap definition', function () {
const str = `mindmap
root
child1