Skip to content

Commit 69e410d

Browse files
dizzzanpi0
authored andcommitted
fix(docs): incorrect closing <b-form-file> tag (bootstrap-vue#1838)
1 parent e4ad499 commit 69e410d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/form-file/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ to the `<b-form-file>` component:
124124

125125
```html
126126
<div id="#app">
127-
<b-form-file v-model="file" ref="fileinput"></b-formfile>
127+
<b-form-file v-model="file" ref="fileinput"></b-form-file>
128128
<b-button @click="clearFiles">Reset</b-button>
129129
</div>
130130
```

0 commit comments

Comments
 (0)