Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 4f067ab

Browse files
AlexanderLukinFoxandxss
authored andcommitted
docs(dependency-injection): remove duplicated 'and' word (#3341)
1 parent e9bc8c0 commit 4f067ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: public/docs/ts/latest/cookbook/dependency-injection.jade

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ figure.image-display
137137
The `LoggerService` doesn't depend on anything. The logger would work if we omitted `@Injectable()`
138138
and the generated code would be slightly smaller.
139139

140-
But the service would break the moment we gave it a dependency and we'd have to go back and
140+
But the service would break the moment we gave it a dependency and we'd have to go back
141141
and add `@Injectable()` to fix it. We add `@Injectable()` from the start for the sake of consistency and to avoid future pain.
142142

143143
.alert.is-helpful

0 commit comments

Comments
 (0)