Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit a914058

Browse files
TimothyAhongpetebacondarwin
authored andcommitted
docs(guide.unit-testing): fix typo
1 parent b8f0b43 commit a914058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/dev_guide.unit-testing.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@description
44

55
JavaScript is a dynamically typed language which comes with great power of expression, but it also
6-
come with almost no-help from the compiler. For this reason we feel very strongly that any code
6+
comes with almost no-help from the compiler. For this reason we feel very strongly that any code
77
written in JavaScript needs to come with a strong set of tests. We have built many features into
88
Angular which makes testing your Angular applications easy. So there is no excuse for not testing.
99

0 commit comments

Comments
 (0)