Skip to content

Commit df2b88e

Browse files
Klaus WeissIgorMinar
authored andcommitted
docs(guide): fix typo
Closes angular#5481
1 parent 83451d5 commit df2b88e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ function MyClass(xhr) {
163163
This is the preferred method since the code makes no assumptions about the origin of `xhr` and cares
164164
instead about whoever created the class responsible for passing it in. Since the creator of the
165165
class should be different code than the user of the class, it separates the responsibility of
166-
creation from the logic. This is dependency-injection is in a nutshell.
166+
creation from the logic. This is dependency-injection in a nutshell.
167167

168168
The class above is testable, since in the test we can write:
169169
<pre>

0 commit comments

Comments
 (0)