docs: correct spelling of "async"

closes #636
This commit is contained in:
Emanuel Kluge 2016-01-02 16:47:30 +01:00 committed by Ward Bell
parent a4c5ab5608
commit 8a8ff4b194
2 changed files with 3 additions and 3 deletions

View File

@ -58,7 +58,7 @@ figure.image-display
.l-sub-section .l-sub-section
:marked :marked
More precisely, the re-display occurs after some kind of asynchronous event related to More precisely, the re-display occurs after some kind of asynchronous event related to
the view such as a keystroke, a timer completion, or an asynch `XHR` response. the view such as a keystroke, a timer completion, or an async `XHR` response.
We don't have those in this sample. We don't have those in this sample.
But then the properties aren't changing on their own either. For the moment we must operate on faith. But then the properties aren't changing on their own either. For the moment we must operate on faith.
:marked :marked

View File

@ -585,7 +585,7 @@
calls to remote servers. calls to remote servers.
Zones intercept all of these activities and give a "zone client" the opportunity Zones intercept all of these activities and give a "zone client" the opportunity
to take action before and after the asynch activity completes. to take action before and after the async activity completes.
Angular runs our application in a zone where it can respond to Angular runs our application in a zone where it can respond to
asynchronous events by checking for data changes and updating asynchronous events by checking for data changes and updating