Skip to content

Commit 9c3e96f

Browse files
schooncposva
authored andcommitted
fix typo in comment (vuejs#5411)
1 parent 7497723 commit 9c3e96f

File tree

1 file changed

+1
-1
lines changed
  • src/platforms/web/runtime/directives

1 file changed

+1
-1
lines changed

src/platforms/web/runtime/directives/model.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default {
3232
el._vModifiers = binding.modifiers
3333
if (!binding.modifiers.lazy) {
3434
// Safari < 10.2 & UIWebView doesn't fire compositionend when
35-
// siwtching focus before confirming composition choice
35+
// switching focus before confirming composition choice
3636
// this also fixes the issue where some browsers e.g. iOS Chrome
3737
// fires "change" instead of "input" on autocomplete.
3838
el.addEventListener('change', onCompositionEnd)

0 commit comments

Comments
 (0)