mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-23 17:29:54 +02:00
Fix typos
This commit is contained in:
@@ -172,7 +172,7 @@ This Markdown should be kept.
|
|||||||
"| **Semantic Name** | **Shape Name** | **Short Name** | **Description** | **Alias Supported** |
|
"| **Semantic Name** | **Shape Name** | **Short Name** | **Description** | **Alias Supported** |
|
||||||
| --------------------------------- | ----------------------- | -------------- | ------------------------------ | ---------------------------------------------------------------- |
|
| --------------------------------- | ----------------------- | -------------- | ------------------------------ | ---------------------------------------------------------------- |
|
||||||
| Card | Notched Rectangle | \`notch-rect\` | Represents a card | \`card\`, \`notched-rectangle\` |
|
| Card | Notched Rectangle | \`notch-rect\` | Represents a card | \`card\`, \`notched-rectangle\` |
|
||||||
| Class Box | Class Box | \`classBox\` | Class Box | \`class-box\`
|
| Class Box | Class Box | \`classBox\` | Class Box | \`class-box\` |
|
||||||
| Collate | Hourglass | \`hourglass\` | Represents a collate operation | \`collate\`, \`hourglass\` |
|
| Collate | Hourglass | \`hourglass\` | Represents a collate operation | \`collate\`, \`hourglass\` |
|
||||||
| Com Link | Lightning Bolt | \`bolt\` | Communication link | \`com-link\`, \`lightning-bolt\` |
|
| Com Link | Lightning Bolt | \`bolt\` | Communication link | \`com-link\`, \`lightning-bolt\` |
|
||||||
| Comment | Curly Brace | \`brace\` | Adds a comment | \`brace-l\`, \`comment\` |
|
| Comment | Curly Brace | \`brace\` | Adds a comment | \`brace-l\`, \`comment\` |
|
||||||
|
@@ -458,6 +458,7 @@ export const shapesDefs = [
|
|||||||
aliases: ['er-box'],
|
aliases: ['er-box'],
|
||||||
handler: erBox,
|
handler: erBox,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
semanticName: 'Class Box',
|
semanticName: 'Class Box',
|
||||||
name: 'Class Box',
|
name: 'Class Box',
|
||||||
shortName: 'classBox',
|
shortName: 'classBox',
|
||||||
|
Reference in New Issue
Block a user