From ebf7cf9ed3bb1555c157c52e442cd2d4b9ca3b94 Mon Sep 17 00:00:00 2001 From: Brent Morrow Date: Sun, 7 Apr 2013 00:17:24 -0700 Subject: docs(guide/concepts): fix typo An event is a user **interaction**, timer event, or network event (response from a server). --- docs/content/guide/concepts.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/guide/concepts.ngdoc') diff --git a/docs/content/guide/concepts.ngdoc b/docs/content/guide/concepts.ngdoc index 14026a48..768fe392 100644 --- a/docs/content/guide/concepts.ngdoc +++ b/docs/content/guide/concepts.ngdoc @@ -61,7 +61,7 @@ This is how we get the ball rolling (refer to the diagram and example below): The diagram and the example below describe how Angular interacts with the browser's event loop. - 1. The browser's event-loop waits for an event to arrive. An event is a user interactions, timer event, + 1. The browser's event-loop waits for an event to arrive. An event is a user interaction, timer event, or network event (response from a server). 2. The event's callback gets executed. This enters the JavaScript context. The callback can modify the DOM structure. -- cgit v1.2.3