From c1d7805accd3b764110d97e78776a8f232071c3d Mon Sep 17 00:00:00 2001 From: Loic Yondjeu <33194210+loicyondjeu@users.noreply.github.com> Date: Sun, 3 Jan 2021 15:13:09 +0100 Subject: [PATCH] docs(core): Fix spelling (#40296) PR Close #40296 --- packages/core/src/application_ref.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.