docs(web_workers/ui/di_bindings): Correct typo

Closes #4081
This commit is contained in:
Wenqian Guo 2015-09-08 23:12:55 -07:00 committed by Misko Hevery
parent f94a2d86fb
commit 20fbbcc72d
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ var _rootInjector: Injector;
// Contains everything that is safe to share between applications.
var _rootBindings = [bind(Reflector).toValue(reflector)];
// TODO: This code is nearly identitcal to core/application. There should be a way to only write it
// TODO: This code is nearly identical to core/application. There should be a way to only write it
// once
function _injectorBindings(): any[] {
var bestChangeDetection = new DynamicChangeDetection();