spelling: is

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2025-04-17 08:05:35 -04:00
parent a578cb8def
commit 308e2cc107
3 changed files with 3 additions and 3 deletions

View File

@@ -290,7 +290,7 @@ export interface FlowchartDiagramConfig extends BaseDiagramConfig {
/**
* Width of nodes where text is wrapped.
*
* When using markdown strings the text ius wrapped automatically, this
* When using markdown strings the text is wrapped automatically, this
* value sets the max width of a text before it continues on a new line.
*
*/

View File

@@ -53,7 +53,7 @@ Of these two approaches the top one renders better and is used when possible. Wh
# Graph objects and their properties
Explains the representation of various objects used to render the flow charts and what the properties mean. This ofc from the perspective of the dagre-wrapper.
Explains the representation of various objects used to render the flow charts and what the properties mean. This is from the perspective of the dagre-wrapper.
## node

View File

@@ -2119,7 +2119,7 @@ $defs: # JSON Schema definition (maybe we should move these to a separate file)
description: |
Width of nodes where text is wrapped.
When using markdown strings the text ius wrapped automatically, this
When using markdown strings the text is wrapped automatically, this
value sets the max width of a text before it continues on a new line.
type: number
default: 200