aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/dev_guide.unit-testing.ngdoc
diff options
context:
space:
mode:
authorTimothy Ahong2013-04-16 09:19:04 -0600
committerPete Bacon Darwin2013-04-16 21:06:10 +0100
commite31ec1f7eda59fd56fd364d3f40f2f4f011ff7e5 (patch)
treebdb0bbcab4285ffdfbcaaaa9bcb41e7f74973ad5 /docs/content/guide/dev_guide.unit-testing.ngdoc
parent70e4fd286592d8f10dbe66960e71a00343be8a8b (diff)
downloadangular.js-e31ec1f7eda59fd56fd364d3f40f2f4f011ff7e5.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 0ce21e03..27f91ef6 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
-come 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.