Skip to content

Commit

Permalink
fix: typo (saadeghi#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
unvalley authored and ImgBotApp committed Jun 5, 2023
1 parent 2e78b22 commit 9b79188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/src/routes/components/input.svelte.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ data="{[
<pre slot="html" use:replace={{ to: $prefix }}>{
`<div class="$$form-control w-full max-w-xs">
<label class="$$label">
<span class="$$label-text">Your email address</span>
<span class="$$label-text">What is your name?</span>
<span class="$$label-text-alt">Alt label</span>
</label>
<input type="text" placeholder="Type here" class="$$input $$input-bordered w-full max-w-xs">
Expand Down

0 comments on commit 9b79188

Please sign in to comment.