mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
docs: add missing semicolon to last typedef
This commit is contained in:
parent
0afbfbf609
commit
333663e2ad
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@
|
|||
style="margin-top: var(--cds-spacing-08)"
|
||||
class="my-layout-01-03"
|
||||
type="multi"
|
||||
code="{component.typedefs.map((t) => t.ts).join(';\n\n')}"
|
||||
code="{component.typedefs.map((t) => t.ts).join(';\n\n')};"
|
||||
/>
|
||||
{:else}
|
||||
<p class="my-layout-01-03">No typedefs.</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue