diff --git a/modules/angular2/src/core/compiler/query_list.ts b/modules/angular2/src/core/compiler/query_list.ts index 9ac86dbd8a..5915e86d05 100644 --- a/modules/angular2/src/core/compiler/query_list.ts +++ b/modules/angular2/src/core/compiler/query_list.ts @@ -34,7 +34,7 @@ import {ListWrapper, MapWrapper} from 'angular2/src/core/facade/collection'; * * A possible solution would be for a `` to inject `` component and then register itself * with `` component's on `hydrate` and deregister on `dehydrate` event. While a reasonable - * approach, this would only work partialy since `*ng-for` could rearrange the list of `` + * approach, this would only work partially since `*ng-for` could rearrange the list of `` * components which would not be reported to `` component and thus the list of `` * components would be out of sync with respect to the list of `` elements. *