docs(dependency-injection): typo

closes #628
This commit is contained in:
Progger 2015-12-30 19:06:52 -06:00 committed by Ward Bell
parent ac8b87eb5e
commit d64d3320b4
1 changed files with 1 additions and 1 deletions

View File

@ -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.