From 32f1cc6d46e26684534928811ad1c9e47564c4c5 Mon Sep 17 00:00:00 2001 From: Ben Lambert Date: Wed, 16 Feb 2022 13:20:29 +0100 Subject: [PATCH] Update plugins/scaffolder-common/src/TaskSpec.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ben Lambert Co-authored-by: Fredrik Adelöw --- 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 c8bff3a713..0751b0467a 100644 --- a/plugins/scaffolder-common/src/TaskSpec.ts +++ b/plugins/scaffolder-common/src/TaskSpec.ts @@ -28,7 +28,7 @@ export type TemplateMetadata = { }; /** - * Information about a template that is stored on the scaffolder Spec + * Information about a template that is stored on a task specification * * @public */