From e7b67b9d6750902ad05d562f4924b965c19cafb9 Mon Sep 17 00:00:00 2001 From: zuckjet Date: Tue, 24 Nov 2020 16:24:45 +0800 Subject: [PATCH] docs(core): fix typo for getting component definition function (#39823) PR Close #39823 --- packages/core/src/render3/definition.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */