Skip to content

Commit 7610aa1

Browse files
ChangJoo-Parkeddyerburgh
authored andcommitted
docs: fix case vue.nextTick to Vue.nextTick (#182)
It seems to be uppercase https://vuejs.org/v2/api/#Vue-nextTick
1 parent b756723 commit 7610aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/guides/dom-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,4 +193,4 @@ A key name after the dot `keydown.up` is translated to a `keyCode`. This is supp
193193

194194
## Important
195195

196-
vue-test-utils triggers event synchronously. Consequently, `vue.nextTick` is not required.
196+
vue-test-utils triggers event synchronously. Consequently, `Vue.nextTick` is not required.

0 commit comments

Comments
 (0)