From 2632cd74ed6b05134c4d484406fea1cb14f53878 Mon Sep 17 00:00:00 2001 From: Mark Foresta Date: Sat, 12 Oct 2024 12:51:22 -0400 Subject: [PATCH] wrapping function names in code blocks to avoid spelling errors Signed-off-by: Mark Foresta --- .changeset/soft-turkeys-tie.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/soft-turkeys-tie.md b/.changeset/soft-turkeys-tie.md index a1ca9f1c22..3962f49460 100644 --- a/.changeset/soft-turkeys-tie.md +++ b/.changeset/soft-turkeys-tie.md @@ -2,4 +2,4 @@ '@backstage/plugin-scaffolder-backend': patch --- -Modified createDryRunner and corresponding route to include templateMetaData inside the templateInfo. This allows custom action writers to access things like `templateInfo.entity.metadata.name` via the action context while executing templates using the dry run framework. +Modified `createDryRunner` and corresponding route to include `templateMetaData` inside the `templateInfo`. This allows custom action writers to access things like `templateInfo.entity.metadata.name` via the action context while executing templates using the dry run framework.