Skip to content

Commit 62b7118

Browse files
Docs: fix typo in Floating Labels page (#42364)
Co-authored-by: Julien Déramond <juderamond@gmail.com>
1 parent 87cf32e commit 62b7118

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

site/src/content/docs/forms/floating-labels.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Floating labels also support `.input-group`.
116116
</div>
117117
</div>`} />
118118

119-
When using `.input-group` and `.form-floating` along with form validation, the `-feedback` should be placed outside of the `.form-floating`, but inside of the `.input-group`. This means that the feedback will need to be shown using javascript.
119+
When using `.input-group` and `.form-floating` along with form validation, the `-feedback` should be placed outside of the `.form-floating`, but inside of the `.input-group`. This means that the feedback will need to be shown using JavaScript.
120120

121121
<Example code={`<div class="input-group has-validation">
122122
<span class="input-group-text">@</span>

0 commit comments

Comments
 (0)