diff --git a/public/docs/ts/latest/guide/dependency-injection.jade b/public/docs/ts/latest/guide/dependency-injection.jade index dccd138bdd..b1a9370b5b 100644 --- a/public/docs/ts/latest/guide/dependency-injection.jade +++ b/public/docs/ts/latest/guide/dependency-injection.jade @@ -64,7 +64,7 @@ include ../../../../_includes/_util-fns We certainly don't want that going on during our tests. What if our `Car` should flash a warning signal when tire pressure is low. - How do we confirm that if actually does flash a warning + How do we confirm that it actually does flash a warning if we can't swap in low-pressure tires during the test? We have no control over the car's hidden dependencies.