mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-31 06:06:44 +02:00
spelling: is
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -290,7 +290,7 @@ export interface FlowchartDiagramConfig extends BaseDiagramConfig {
|
|||||||
/**
|
/**
|
||||||
* Width of nodes where text is wrapped.
|
* 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.
|
* value sets the max width of a text before it continues on a new line.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@@ -53,7 +53,7 @@ Of these two approaches the top one renders better and is used when possible. Wh
|
|||||||
|
|
||||||
# Graph objects and their properties
|
# 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
|
## node
|
||||||
|
|
||||||
|
@@ -2119,7 +2119,7 @@ $defs: # JSON Schema definition (maybe we should move these to a separate file)
|
|||||||
description: |
|
description: |
|
||||||
Width of nodes where text is wrapped.
|
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.
|
value sets the max width of a text before it continues on a new line.
|
||||||
type: number
|
type: number
|
||||||
default: 200
|
default: 200
|
||||||
|
Reference in New Issue
Block a user