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

docs(testing): Fixed typo #1805

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/docs/ts/latest/testing/testing-an-angular-pipe.jade
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ include ../_util-fns

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

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.
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.

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.

Expand Down