X Tutup
Skip to content

Commit 9cb6dbb

Browse files
CaselITIgorMinar
authored andcommitted
docs: fixed typo in documentation
Closes angular#6842
1 parent e21718f commit 9cb6dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/angular2/src/core/di/opaque_token.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {CONST} from 'angular2/src/facade/lang';
99
* var t = new OpaqueToken("value");
1010
*
1111
* var injector = Injector.resolveAndCreate([
12-
* provide(t, {useValue: "providedValue"})
12+
* provide(t, {useValue: "bindingValue"})
1313
* ]);
1414
*
1515
* expect(injector.get(t)).toEqual("bindingValue");

0 commit comments

Comments
 (0)
X Tutup