From bf6c664357f6cfdde1cd14fc7fe6dfe9f8e25c60 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Thu, 7 Oct 2021 12:45:31 -0400 Subject: [PATCH] Reword sentence based on feedback Signed-off-by: Adam Harvey --- docs/features/software-templates/writing-custom-actions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/features/software-templates/writing-custom-actions.md b/docs/features/software-templates/writing-custom-actions.md index 83489633ec..581a974455 100644 --- a/docs/features/software-templates/writing-custom-actions.md +++ b/docs/features/software-templates/writing-custom-actions.md @@ -68,8 +68,8 @@ schema, but it's not supported right now. Feel free to contribute 🚀 👍. The `createTemplateAction` takes an object which specifies the following: - `id` - a unique ID for your custom action. We encourage you to namespace these - in someway so they won't collide with future built-in actions that we may ship - with the `scaffolder-backend` plugin. + in some way so that they won't collide with future built-in actions that we + may ship with the `scaffolder-backend` plugin. - `schema.input` - A JSON schema for input values to your function - `schema.output` - A JSON schema for values which are outputted from the function using `ctx.output`