diff options
| author | Timothy Ahong | 2013-04-16 09:19:04 -0600 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-04-16 21:06:10 +0100 |
| commit | e31ec1f7eda59fd56fd364d3f40f2f4f011ff7e5 (patch) | |
| tree | bdb0bbcab4285ffdfbcaaaa9bcb41e7f74973ad5 /docs/content/guide/dev_guide.unit-testing.ngdoc | |
| parent | 70e4fd286592d8f10dbe66960e71a00343be8a8b (diff) | |
| download | angular.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.ngdoc | 2 |
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. |
