Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 814feaa commit 35b0222Copy full SHA for 35b0222
docs/content/guide/concepts.ngdoc
@@ -61,7 +61,7 @@ This is how we get the ball rolling (refer to the diagram and example below):
61
62
The diagram and the example below describe how Angular interacts with the browser's event loop.
63
64
- 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,
65
or network event (response from a server).
66
2. The event's callback gets executed. This enters the JavaScript context. The callback can
67
modify the DOM structure.
0 commit comments