docs(core): Fix spelling (#40296)

PR Close #40296
This commit is contained in:
Loic Yondjeu 2021-01-03 15:13:09 +01:00 committed by Joey Perrott
parent 605775398f
commit c1d7805acc
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ export function createPlatform(injector: Injector): PlatformRef {
/**
* Creates a factory for a platform. Can be used to provide or override `Providers` specific to
* your applciation's runtime needs, such as `PLATFORM_INITIALIZER` and `PLATFORM_ID`.
* your application's runtime needs, such as `PLATFORM_INITIALIZER` and `PLATFORM_ID`.
* @param parentPlatformFactory Another platform factory to modify. Allows you to compose factories
* to build up configurations that might be required by different libraries or parts of the
* application.