diff --git a/packages/core/src/application_ref.ts b/packages/core/src/application_ref.ts index 519d3af218..5b5b1cf5e3 100644 --- a/packages/core/src/application_ref.ts +++ b/packages/core/src/application_ref.ts @@ -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.