docs: fix typo in user input guide (#22630)

PR Close #22630
This commit is contained in:
Jamie Krug 2018-03-07 13:23:30 -05:00 committed by Matias Niemelä
parent 0b28732d77
commit 23dc9a90b0
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ DOM event object in the `$event` variable which this code passes as a parameter
The properties of an `$event` object vary depending on the type of DOM event. For example,
a mouse event includes different information than a input box editing event.
a mouse event includes different information than an input box editing event.
All [standard DOM event objects](https://developer.mozilla.org/en-US/docs/Web/API/Event)
have a `target` property, a reference to the element that raised the event.