From 7f88d699d4aa8a4ef4117715b6a95416ec62336a Mon Sep 17 00:00:00 2001 From: blam Date: Wed, 16 Feb 2022 11:07:25 +0100 Subject: [PATCH] chore: updating public docs Signed-off-by: blam --- 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 c92c432e53..c8bff3a713 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 the scaffolder Spec * * @public */