Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit bc0cb52

Browse files
eltronixnaomiblack
authored andcommitted
Fixed typo
1 parent 9b40ea5 commit bc0cb52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/guide/pipes.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ figure.image-display
253253
More often we don't know when the data have changed,
254254
especially in applications that mutate data in many ways,
255255
perhaps in application locations far away.
256-
A component is such an application usually can't know about those changes.
256+
A component in such an application usually can't know about those changes.
257257
Moreover, it's unwise to distort our component design to accommodate a pipe.
258258
We strive as much as possible to keep the component class independent of the HTML.
259259
The component should be unaware of pipes.

0 commit comments

Comments
 (0)