Skip to content

Commit

Permalink
Merge pull request #9682 from TheKhanj/master
Browse files Browse the repository at this point in the history
Fix typo in docs
  • Loading branch information
kamilmysliwiec authored May 30, 2022
2 parents d7ac0f1 + 0cbde57 commit d0449da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/nest-application-context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export class NestApplicationContext implements INestApplicationContext {
}

/**
* Initalizes the Nest application.
* Initializes the Nest application.
* Calls the Nest lifecycle events.
*
* @returns {Promise<this>} The NestApplicationContext instance as Promise
Expand Down

0 comments on commit d0449da

Please sign in to comment.