Skip to content

Commit

Permalink
docs: fix typo on SkipSelf (#48511)
Browse files Browse the repository at this point in the history
fixes #48506

PR Close #48511
  • Loading branch information
JeanMeche authored and alxhub committed Jan 4, 2023
1 parent a1a8e91 commit 687ab04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/di/injector_compatibility.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export function inject<T>(token: ProviderToken<T>, options: InjectOptions): T|nu
* @param token A token that represents a dependency that should be injected.
* @param flags Optional flags that control how injection is executed.
* The flags correspond to injection strategies that can be specified with
* parameter decorators `@Host`, `@Self`, `@SkipSef`, and `@Optional`.
* parameter decorators `@Host`, `@Self`, `@SkipSelf`, and `@Optional`.
* @returns the injected value if operation is successful, `null` otherwise.
* @throws if called outside of a supported context.
*
Expand Down

0 comments on commit 687ab04

Please sign in to comment.