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 Mar 12, 2022
1 parent 62becec commit f27ff8a
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 f27ff8a

Please sign in to comment.