Fix typos

This commit is contained in:
yari-dewalt
2024-10-29 10:33:50 -07:00
parent 9854748fc3
commit 5a2a8f9bd4
2 changed files with 2 additions and 1 deletions

View File

@@ -172,7 +172,7 @@ This Markdown should be kept.
"| **Semantic Name** | **Shape Name** | **Short Name** | **Description** | **Alias Supported** |
| --------------------------------- | ----------------------- | -------------- | ------------------------------ | ---------------------------------------------------------------- |
| 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\` |
| Com Link | Lightning Bolt | \`bolt\` | Communication link | \`com-link\`, \`lightning-bolt\` |
| Comment | Curly Brace | \`brace\` | Adds a comment | \`brace-l\`, \`comment\` |

View File

@@ -458,6 +458,7 @@ export const shapesDefs = [
aliases: ['er-box'],
handler: erBox,
},
{
semanticName: 'Class Box',
name: 'Class Box',
shortName: 'classBox',