Skip to content

Commit f64cef2

Browse files
authored
docs(form-input): minor typo fix
1 parent 1717edb commit f64cef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/form-input/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ to:
154154
v-model.trim="name"
155155
type="text"
156156
:state="nameState"
157-
aria-describedby="inputLiveHelp inputLiveFeeback"
157+
aria-describedby="inputLiveHelp inputLiveFeedback"
158158
placeholder="Enter your name"></b-form-input>
159159
<b-form-invalid-feedback id="inputLiveFeedback">
160160
<!-- This will only be shown if the preceeding input has an invalid state -->

0 commit comments

Comments
 (0)