From 24a67f951558262b68c1811a0d654592d25a0093 Mon Sep 17 00:00:00 2001 From: Nick Carter Date: Thu, 13 Mar 2014 11:42:48 -0400 Subject: docs(guide/unit-testing): fix typo --- docs/content/guide/unit-testing.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3