There was an error while loading. Please reload this page.
1 parent fc82700 commit 18de0ceCopy full SHA for 18de0ce
modules/angular2/src/core/compiler/query_list.ts
@@ -34,7 +34,7 @@ import {ListWrapper, MapWrapper} from 'angular2/src/core/facade/collection';
34
*
35
* A possible solution would be for a `<pane>` to inject `<tabs>` component and then register itself
36
* with `<tabs>` component's on `hydrate` and deregister on `dehydrate` event. While a reasonable
37
- * approach, this would only work partialy since `*ng-for` could rearrange the list of `<pane>`
+ * approach, this would only work partially since `*ng-for` could rearrange the list of `<pane>`
38
* components which would not be reported to `<tabs>` component and thus the list of `<pane>`
39
* components would be out of sync with respect to the list of `<pane>` elements.
40
0 commit comments