docs(guide/unit-testing): fix typo

This commit is contained in:
Jared Forsyth 2013-06-03 12:05:17 -05:00 committed by Pete Bacon Darwin
parent 03d867160f
commit b1e488f5d7

View file

@ -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.