Fixed typo

This commit is contained in:
eltronix 2016-06-29 17:46:01 +03:00 committed by Naomi Black
parent 9b40ea56dc
commit bc0cb52851
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ figure.image-display
More often we don't know when the data have changed, More often we don't know when the data have changed,
especially in applications that mutate data in many ways, especially in applications that mutate data in many ways,
perhaps in application locations far away. perhaps in application locations far away.
A component is such an application usually can't know about those changes. A component in such an application usually can't know about those changes.
Moreover, it's unwise to distort our component design to accommodate a pipe. Moreover, it's unwise to distort our component design to accommodate a pipe.
We strive as much as possible to keep the component class independent of the HTML. We strive as much as possible to keep the component class independent of the HTML.
The component should be unaware of pipes. The component should be unaware of pipes.