spelling: the

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2025-04-16 20:38:59 -04:00
parent d8efe9a55d
commit 2bdecc2842
4 changed files with 4 additions and 4 deletions

View File

@@ -86,7 +86,7 @@ todo[Todo]
## Configuration Options
You can customize the Kanban diagram using a configuration block at the beginning of your markdown file. This is useful for setting global settings like a base URL for tickets. Currently there is one configuration option for kanban diagrams `ticketBaseUrl`. This can be set as in the the following example:
You can customize the Kanban diagram using a configuration block at the beginning of your markdown file. This is useful for setting global settings like a base URL for tickets. Currently there is one configuration option for kanban diagrams `ticketBaseUrl`. This can be set as in the following example:
```yaml
---

View File

@@ -124,7 +124,7 @@ describe('when parsing directions', function () {
expect(data4Layout.nodes[0].label).toEqual('D');
});
it('should be forgiving with many spaces before teh end', function () {
it('should be forgiving with many spaces before the end', function () {
const res = flow.parser.parse(`flowchart TB
D@{ shape: rounded }`);

View File

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

View File

@@ -64,7 +64,7 @@ todo[Todo]
## Configuration Options
You can customize the Kanban diagram using a configuration block at the beginning of your markdown file. This is useful for setting global settings like a base URL for tickets. Currently there is one configuration option for kanban diagrams `ticketBaseUrl`. This can be set as in the the following example:
You can customize the Kanban diagram using a configuration block at the beginning of your markdown file. This is useful for setting global settings like a base URL for tickets. Currently there is one configuration option for kanban diagrams `ticketBaseUrl`. This can be set as in the following example:
```yaml
---