Skip to content

Commit

Permalink
docs(core): Fix spelling (#40296)
Browse files Browse the repository at this point in the history
PR Close #40296
  • Loading branch information
loicyondjeu authored and josephperrott committed Jan 5, 2021
1 parent 72ef4b3 commit ff7cbdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/application_ref.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ff7cbdc

Please sign in to comment.