mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-18 19:41:07 +00:00
docs(guide/concepts): fix typo
An event is a user **interaction**, timer event, or network event (response from a server).
This commit is contained in:
parent
814feaa2ab
commit
35b02226ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
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).
|
or network event (response from a server).
|
||||||
2. The event's callback gets executed. This enters the JavaScript context. The callback can
|
2. The event's callback gets executed. This enters the JavaScript context. The callback can
|
||||||
modify the DOM structure.
|
modify the DOM structure.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue