From 23dc9a90b0c7e82b23aabb7bf10aea11a14ffcd2 Mon Sep 17 00:00:00 2001 From: Jamie Krug Date: Wed, 7 Mar 2018 13:23:30 -0500 Subject: [PATCH] docs: fix typo in user input guide (#22630) PR Close #22630 --- aio/content/guide/user-input.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/user-input.md b/aio/content/guide/user-input.md index 7838c9f82c..6f519bcc3c 100644 --- a/aio/content/guide/user-input.md +++ b/aio/content/guide/user-input.md @@ -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.