Fixes typo 'partialy' -> 'partially'

Closes #4102
This commit is contained in:
Jimmy Gong 2015-09-09 13:42:35 -07:00 committed by Misko Hevery
parent fc82700364
commit 18de0ceeb1
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ import {ListWrapper, MapWrapper} from 'angular2/src/core/facade/collection';
*
* A possible solution would be for a `<pane>` to inject `<tabs>` component and then register itself
* with `<tabs>` 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 `<pane>`
* approach, this would only work partially since `*ng-for` could rearrange the list of `<pane>`
* components which would not be reported to `<tabs>` component and thus the list of `<pane>`
* components would be out of sync with respect to the list of `<pane>` elements.
*