docs(guide/unit-testing): fix typo

This commit is contained in:
Nick Carter
2014-03-13 11:42:48 -04:00
committed by Brian Ford
parent 91ef3a31a0
commit 24a67f9515

View File

@@ -258,7 +258,7 @@ expect($scope.strength).toEqual('weak');
```
Notice that the test is not only much shorter, it is also easier to follow what is happening. We say
that such a test tells a story, rather then asserting random bits which don't seem to be related.
that such a test tells a story, rather than asserting random bits which don't seem to be related.
## Filters
{@link ng.$filterProvider Filters} are functions which transform the data into a user readable