Skip to content

Commit fb50c6f

Browse files
emanuelmutschlechnerpi0
authored andcommitted
fix(docs): typo in docs plugin (bootstrap-vue#1777)
1 parent 11d113c commit fb50c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/plugins/docs-mixin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { scrollTo, offsetTop } from '~/utils'
66
export default {
77
data () {
88
return {
9-
scrollTimout: null
9+
scrollTimeout: null
1010
}
1111
},
1212

0 commit comments

Comments
 (0)