Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ebf7cf9

Browse files
brent-morrowIgorMinar
authored andcommitted
docs(guide/concepts): fix typo
An event is a user **interaction**, timer event, or network event (response from a server).
1 parent 719d844 commit ebf7cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/concepts.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ This is how we get the ball rolling (refer to the diagram and example below):
6161

6262
The diagram and the example below describe how Angular interacts with the browser's event loop.
6363

64-
1. The browser's event-loop waits for an event to arrive. An event is a user interactions, timer event,
64+
1. The browser's event-loop waits for an event to arrive. An event is a user interaction, timer event,
6565
or network event (response from a server).
6666
2. The event's callback gets executed. This enters the JavaScript context. The callback can
6767
modify the DOM structure.

0 commit comments

Comments
 (0)