Skip to content

Commit 18de0ce

Browse files
jimgong92mhevery
authored andcommitted
Fixes typo 'partialy' -> 'partially'
Closes angular#4102
1 parent fc82700 commit 18de0ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/angular2/src/core/compiler/query_list.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import {ListWrapper, MapWrapper} from 'angular2/src/core/facade/collection';
3434
*
3535
* A possible solution would be for a `<pane>` to inject `<tabs>` component and then register itself
3636
* 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>`
37+
* approach, this would only work partially since `*ng-for` could rearrange the list of `<pane>`
3838
* components which would not be reported to `<tabs>` component and thus the list of `<pane>`
3939
* components would be out of sync with respect to the list of `<pane>` elements.
4040
*

0 commit comments

Comments
 (0)