Skip to content

Commit

Permalink
Typo (angular#13698)
Browse files Browse the repository at this point in the history
  • Loading branch information
code-tree authored and hansl committed Dec 29, 2016
1 parent 1e6440e commit bb0d23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/@angular/core/test/application_init_spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export function main() {
{providers: [{provide: APP_INITIALIZER, multi: true, useValue: () => promise}]});
});

it('should updat the status once all async initializers are done',
it('should update the status once all async initializers are done',
async(inject([ApplicationInitStatus], (status: ApplicationInitStatus) => {
let completerResolver = false;
setTimeout(() => {
Expand Down

0 comments on commit bb0d23f

Please sign in to comment.