From 20fbbcc72d8f29a62a495f6ca8a83f8dbcf07a00 Mon Sep 17 00:00:00 2001 From: Wenqian Guo Date: Tue, 8 Sep 2015 23:12:55 -0700 Subject: [PATCH] docs(web_workers/ui/di_bindings): Correct typo Closes #4081 --- modules/angular2/src/web_workers/ui/di_bindings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/angular2/src/web_workers/ui/di_bindings.ts b/modules/angular2/src/web_workers/ui/di_bindings.ts index 0d6bd7baa9..e3ff123919 100644 --- a/modules/angular2/src/web_workers/ui/di_bindings.ts +++ b/modules/angular2/src/web_workers/ui/di_bindings.ts @@ -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();