aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/dev_guide.unit-testing.ngdoc
diff options
context:
space:
mode:
authorJared Forsyth2013-06-03 12:05:17 -0500
committerPete Bacon Darwin2013-06-04 22:28:58 +0100
commitb1e488f5d7cd5b2c409f167102083a9e1f1f70c8 (patch)
tree2b553f2315574cbce014dadce3ca700bc28df050 /docs/content/guide/dev_guide.unit-testing.ngdoc
parent03d867160ff8b54a265d7a4c84d7a0f6fc98b61a (diff)
downloadangular.js-b1e488f5d7cd5b2c409f167102083a9e1f1f70c8.tar.bz2
docs(guide/unit-testing): fix typo
Diffstat (limited to 'docs/content/guide/dev_guide.unit-testing.ngdoc')
-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 723b1edf..a25103b4 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.