From a1c4254616e2abfa7a8d50b9cde20b438bc1d287 Mon Sep 17 00:00:00 2001 From: Paul Cowan Date: Mon, 22 Aug 2022 16:57:41 +0100 Subject: [PATCH] change entityMetadata doc string Signed-off-by: Paul Cowan --- plugins/scaffolder-common/src/TaskSpec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/scaffolder-common/src/TaskSpec.ts b/plugins/scaffolder-common/src/TaskSpec.ts index f686b2db36..b3253be07c 100644 --- a/plugins/scaffolder-common/src/TaskSpec.ts +++ b/plugins/scaffolder-common/src/TaskSpec.ts @@ -34,7 +34,7 @@ export type TemplateInfo = { baseUrl?: string; /** - * The Template entity's metadata + * The metadata of the Template entity */ entityMetadata: EntityMeta; };