mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-15 13:29:40 +02:00
Fix typo
This commit is contained in:
@@ -50,7 +50,7 @@ See in the code snippet above, the `accTitle` and `accDescr` are defined in the
|
|||||||
|
|
||||||
### Multi-line Accessibility title/description
|
### Multi-line Accessibility title/description
|
||||||
|
|
||||||
You can also define the accessibility options in a multi-line format, where the keyword is followed by opening curly bracket `{` and then mutltile lines, followed by a closing `}`.
|
You can also define the accessibility options in a multi-line format, where the keyword is followed by opening curly bracket `{` and then multiple lines, followed by a closing `}`.
|
||||||
|
|
||||||
`accTitle: My single line title value` (***single line format***)
|
`accTitle: My single line title value` (***single line format***)
|
||||||
|
|
||||||
|
@@ -36,7 +36,7 @@ See in the code snippet above, the `accTitle` and `accDescr` are defined in the
|
|||||||
|
|
||||||
|
|
||||||
### Multi-line Accessibility title/description
|
### Multi-line Accessibility title/description
|
||||||
You can also define the accessibility options in a multi-line format, where the keyword is followed by opening curly bracket `{` and then mutltile lines, followed by a closing `}`.
|
You can also define the accessibility options in a multi-line format, where the keyword is followed by opening curly bracket `{` and then multiple lines, followed by a closing `}`.
|
||||||
|
|
||||||
`accTitle: My single line title value` (***single line format***)
|
`accTitle: My single line title value` (***single line format***)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user