diff --git a/public/docs/ts/latest/guide/dependency-injection.jade b/public/docs/ts/latest/guide/dependency-injection.jade index 4e7dc692c2..447d0760d8 100644 --- a/public/docs/ts/latest/guide/dependency-injection.jade +++ b/public/docs/ts/latest/guide/dependency-injection.jade @@ -750,7 +750,7 @@ a#non-class-dependencies ### Non-class dependencies p | What if the dependency value isn't a class? Sometimes the thing you want to inject is a - | span string, function, or object. + | string, function, or object. p | Applications often define configuration objects with lots of small facts | (like the title of the application or the address of a web API endpoint)