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

Commit e35e741

Browse files
committed
delete "we probably already know" filler...
1 parent 3e5f0f7 commit e35e741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/guide/dependency-injection.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ include ../_util-fns
6565

6666
How can we make `Car` more robust, flexible, and testable?
6767

68-
That's super easy. We probably already know what to do. We change our `Car` constructor to a version with DI:
68+
That's super easy. We change our `Car` constructor to a version with DI:
6969

7070
<a id="ctor-injection"></a>
7171
// #enddocregion why-2

0 commit comments

Comments
 (0)