Skip to content

Commit 815fb5e

Browse files
authored
chore(docs): fix <b-form-timepicker> "Button only mode" example markup (#6206)
1 parent 66cb0e8 commit 815fb5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/form-timepicker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ In the following simple example, we are placing the timepicker (button only mode
251251
locale="en"
252252
aria-controls="example-input"
253253
></b-form-timepicker>
254-
</b-input-group-append">
254+
</b-input-group-append>
255255
</b-input-group>
256256
<p>Value: '{{ value }}'</p>
257257
</div>

0 commit comments

Comments
 (0)