aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide
diff options
context:
space:
mode:
authorNick Carter2014-03-13 11:42:48 -0400
committerBrian Ford2014-03-13 16:37:33 -0700
commit24a67f951558262b68c1811a0d654592d25a0093 (patch)
tree511c04dc1137836ca23febef54498dce50148204 /docs/content/guide
parent91ef3a31a0080de2b5a3db8f2a20dba00dcd2ae1 (diff)
downloadangular.js-24a67f951558262b68c1811a0d654592d25a0093.tar.bz2
docs(guide/unit-testing): fix typo
Diffstat (limited to 'docs/content/guide')
-rw-r--r--docs/content/guide/unit-testing.ngdoc2
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