From a91405889f0d0d5c3ed41f2a77c9305a404ded7f Mon Sep 17 00:00:00 2001 From: Timothy Ahong Date: Tue, 16 Apr 2013 09:19:04 -0600 Subject: docs(guide.unit-testing): fix typo --- docs/content/guide/dev_guide.unit-testing.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/guide') 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. -- cgit v1.2.3