diff options
| author | Nick Carter | 2014-03-13 11:42:48 -0400 | 
|---|---|---|
| committer | Vojta Jina | 2014-03-14 11:50:28 -0700 | 
| commit | d69793d93c9b946c904bafed12983ef4459c4cd6 (patch) | |
| tree | c879a36d8546e39b81a587fcb23767dd6a81bcb5 | |
| parent | b068c8b6054ae5d1ba51124ffd072d1f9a91e385 (diff) | |
| download | angular.js-d69793d93c9b946c904bafed12983ef4459c4cd6.tar.bz2 | |
docs(guide/unit-testing): fix typo
| -rw-r--r-- | docs/content/guide/unit-testing.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/content/guide/unit-testing.ngdoc b/docs/content/guide/unit-testing.ngdoc index 8d41bedf..f4a608d8 100644 --- a/docs/content/guide/unit-testing.ngdoc +++ b/docs/content/guide/unit-testing.ngdoc @@ -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 | 
