From bc0cb528511555a5899d3fba51d1b938a5874410 Mon Sep 17 00:00:00 2001 From: eltronix Date: Wed, 29 Jun 2016 17:46:01 +0300 Subject: [PATCH] Fixed typo --- public/docs/ts/latest/guide/pipes.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/pipes.jade b/public/docs/ts/latest/guide/pipes.jade index e92b94ae58..e6f46f1921 100644 --- a/public/docs/ts/latest/guide/pipes.jade +++ b/public/docs/ts/latest/guide/pipes.jade @@ -253,7 +253,7 @@ figure.image-display More often we don't know when the data have changed, especially in applications that mutate data in many ways, 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. We strive as much as possible to keep the component class independent of the HTML. The component should be unaware of pipes.