diff --git a/packages/core/src/render3/definition.ts b/packages/core/src/render3/definition.ts index 878395e6c0..0b75b5c836 100644 --- a/packages/core/src/render3/definition.ts +++ b/packages/core/src/render3/definition.ts @@ -728,7 +728,7 @@ export function ɵɵdefinePipe(pipeDef: { } /** - * The following getter methods retrieve the definition form the type. Currently the retrieval + * The following getter methods retrieve the definition from the type. Currently the retrieval * honors inheritance, but in the future we may change the rule to require that definitions are * explicit. This would require some sort of migration strategy. */