Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 24a67f9

Browse files
thynctankbtford
authored andcommitted
docs(guide/unit-testing): fix typo
1 parent 91ef3a3 commit 24a67f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/unit-testing.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ expect($scope.strength).toEqual('weak');
258258
```
259259

260260
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.
261+
that such a test tells a story, rather than asserting random bits which don't seem to be related.
262262

263263
## Filters
264264
{@link ng.$filterProvider Filters} are functions which transform the data into a user readable

0 commit comments

Comments
 (0)