Skip to content

Commit

Permalink
Merge pull request #719 from leranjun/docs/fix-typos
Browse files Browse the repository at this point in the history
docs: fix typos
  • Loading branch information
endigo9740 committed Dec 17, 2022
2 parents 9fc8a86 + efae93f commit cd3d311
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/routes/(inner)/components/file-buttons/+page.svelte
Expand Up @@ -40,7 +40,7 @@
<svelte:fragment slot="usage">
<section class="space-y-4">
<CodeBlock language="ts" code={`let files: FileList;`} />
<CodeBlock language="html" code={`<FileButton bind:files={files} button="btn-filled-accent">Upload File</FileButton>`} />
<CodeBlock language="html" code={`<FileButton bind:files button="btn-filled-accent">Upload File</FileButton>`} />
</section>
</svelte:fragment>
</DocsShell>
2 changes: 1 addition & 1 deletion src/routes/(inner)/components/radio-groups/+page.svelte
Expand Up @@ -21,7 +21,7 @@
// Docs Shell
const settings: DocsShellSettings = {
feature: DocsFeature.Component,
name: 'RadioGroup',
name: 'Radio Groups',
description: 'Capture feedback limited to a small set of options.',
imports: ['RadioGroup', 'RadioItem'],
source: 'components/Radio',
Expand Down

0 comments on commit cd3d311

Please sign in to comment.