Skip to content

Commit

Permalink
fix(svelte-control-elements): textarea capitalization typo on interfa…
Browse files Browse the repository at this point in the history
…ce (#413)
  • Loading branch information
lucagoslar committed Dec 28, 2022
1 parent 73da854 commit fbbc58f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/histoire-plugin-svelte/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export interface Hst {
min: number
max: number
}>
TextArea: typeof SvelteComponentTyped<{
Textarea: typeof SvelteComponentTyped<{
value: string
title: string
}>
Expand Down

0 comments on commit fbbc58f

Please sign in to comment.