aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJared Forsyth2013-06-03 12:05:17 -0500
committerPete Bacon Darwin2013-06-04 22:28:43 +0100
commit7a5cfb593f27c28cee545974736632bf8da62fe8 (patch)
treeda3b3f8d52ab832115ace2c7aa28f7c1cc770c67
parent8400852f4e9ed54bda55bafff7c1ff193c86190e (diff)
downloadangular.js-7a5cfb593f27c28cee545974736632bf8da62fe8.tar.bz2
docs(guide/unit-testing): fix typo
-rw-r--r--docs/content/guide/dev_guide.unit-testing.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guide/dev_guide.unit-testing.ngdoc b/docs/content/guide/dev_guide.unit-testing.ngdoc
index e6bf7aa4..f029e6da 100644
--- a/docs/content/guide/dev_guide.unit-testing.ngdoc
+++ b/docs/content/guide/dev_guide.unit-testing.ngdoc
@@ -3,7 +3,7 @@
@description
JavaScript is a dynamically typed language which comes with great power of expression, but it also
-comes with almost no-help from the compiler. For this reason we feel very strongly that any code
+comes with almost no help from the compiler. For this reason we feel very strongly that any code
written in JavaScript needs to come with a strong set of tests. We have built many features into
Angular which makes testing your Angular applications easy. So there is no excuse for not testing.