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

Commit 2cdb588

Browse files
gabriel-tessierpetebacondarwin
authored andcommitted
docs(guide/unit-testing): fix typo
Closes #4601
1 parent 0bbb9e6 commit 2cdb588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/content/guide/dev_guide.unit-testing.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ function MyClass() {
132132
</pre>
133133

134134
However, where does the serviceRegistry come from? if it is:
135-
* `new`-ed up, the the test has no chance to reset the services for testing
135+
* `new`-ed up, the test has no chance to reset the services for testing
136136
* global look-up, then the service returned is global as well (but resetting is easier, since
137137
there is only one global variable to be reset).
138138

0 commit comments

Comments
 (0)