Skip to content

Commit bfba895

Browse files
vishal-wadhwamosinve
authored andcommitted
corrected typo (bootstrap-vue#1883)
1 parent 57af446 commit bfba895

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
@@ -130,7 +130,7 @@ properties.
130130
single data state variable, you **must** provide an array reference `[]` to your `v-model`!
131131

132132
Note that when `v-model` is bound to multiple checkboxes (i.e an array ref), the
133-
`unchecked-value` is **not used**. Only the value(s) of the checked chcekboxes will
133+
`unchecked-value` is **not used**. Only the value(s) of the checked checkboxes will
134134
be returned in the `v-model` bound array. You should provide unique values for each
135135
checkbox's `value` prop.
136136

0 commit comments

Comments
 (0)