We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91ef3a3 commit 24a67f9Copy full SHA for 24a67f9
docs/content/guide/unit-testing.ngdoc
@@ -258,7 +258,7 @@ expect($scope.strength).toEqual('weak');
258
```
259
260
Notice that the test is not only much shorter, it is also easier to follow what is happening. We say
261
-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.
262
263
## Filters
264
{@link ng.$filterProvider Filters} are functions which transform the data into a user readable
0 commit comments