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

Commit 0713f35

Browse files
wingsuitistwardbell
authored andcommitted
docs(pipes): typo in pure pipe chapter - "is is" - "it is" (#3180)
1 parent 1101f07 commit 0713f35

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
@@ -295,7 +295,7 @@ block pure-change
295295
Angular ignores changes *within* (composite) objects.
296296
It won't call a pure pipe if we change an input month, add to an input #{_array}, or update an input object property.
297297

298-
This may seem restrictive but is is also fast.
298+
This may seem restrictive but it is also fast.
299299
An object reference check is fast — much faster than a deep check for
300300
differences — so Angular can quickly determine if it can skip both the
301301
pipe execution and a view update.

0 commit comments

Comments
 (0)