aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide
diff options
context:
space:
mode:
authorTimothy Ahong2013-04-16 09:19:04 -0600
committerPete Bacon Darwin2013-04-16 21:04:09 +0100
commita91405889f0d0d5c3ed41f2a77c9305a404ded7f (patch)
treef607ebe12184ed9a5754ff232102c780c0f088f4 /docs/content/guide
parentb8f0b432fd320f42da7c0c927ea7b9ccf87db210 (diff)
downloadangular.js-a91405889f0d0d5c3ed41f2a77c9305a404ded7f.tar.bz2
docs(guide.unit-testing): fix typo
Diffstat (limited to 'docs/content/guide')
-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.