Skip to content

Commit 04deaef

Browse files
ruudzjacobmllr95
authored andcommitted
docs(form-checkbox): fixed closing <b-form-valid-feedback> tag in contextual state and validation example (bootstrap-vue#2896)
Fixed closing tag in Contextual state and validation example.
1 parent 12d5b0e commit 04deaef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/form-checkbox/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ To apply one of the contextual state icons on `<b-form-checkbox>`, set the `stat
416416
<div>
417417
<b-form-checkbox-group v-model="value" :options="options" :state="state" name="checkboxValidation">
418418
<b-form-invalid-feedback :state="state">Please select two</b-form-invalid-feedback>
419-
<b-form-valid-feedback :state="state">Thank you</b-form-valid-feeback>
419+
<b-form-valid-feedback :state="state">Thank you</b-form-valid-feedback>
420420
</b-form-checkbox-group>
421421
</div>
422422
</template>

0 commit comments

Comments
 (0)