This commit is contained in:
Jon Walsh 2016-12-30 00:41:21 +07:00 committed by Hans
parent 1e6440e81b
commit bb0d23f82b
1 changed files with 1 additions and 1 deletions

View File

@ -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(() => {