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

Commit e2cd8ff

Browse files
eltronixwardbell
authored andcommitted
docs(testing): Fixed typo in pipe.jade
closes #1805
1 parent e766f66 commit e2cd8ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/testing/testing-an-angular-pipe.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ include ../_util-fns
1313

1414
We already know *exactly* what we want the `uppercase` pipe to do. We could say our ...expectations... of it are very well defined.
1515

16-
We always use expectations our expectations to guide development, but sometimes it's hard to see the forest for the trees when we're right in the middle of coding. This is especially evident in larger tasks.
16+
We always use our expectations to guide development, but sometimes it's hard to see the forest for the trees when we're right in the middle of coding. This is especially evident in larger tasks.
1717

1818
So one thing we can do is put those expectations down as cold hard test code. We were going to test things manually anyway, so doing it *before* we have even one line of code isn't going to hurt.
1919

0 commit comments

Comments
 (0)