From ee923f81294f50c7be9864ddb669831ef9d524f0 Mon Sep 17 00:00:00 2001 From: blam Date: Tue, 18 Feb 2025 14:58:38 +0100 Subject: [PATCH] chore: fix spelling Signed-off-by: blam --- docs/features/software-templates/experimental.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/software-templates/experimental.md b/docs/features/software-templates/experimental.md index c6f9f15824..db79d1012b 100644 --- a/docs/features/software-templates/experimental.md +++ b/docs/features/software-templates/experimental.md @@ -42,7 +42,7 @@ scaffolder: By default, the tasks that are in a `processing` state and have not reported back with a heartbeat for longer than 30 seconds will be automatically recovered. -This implies that the task's status will shift to `open` initiating and will be restarted from the beginning. This means that it's important that your actions that you have in the template run are idemopotent. +This implies that the task's status will shift to `open` initiating and will be restarted from the beginning. This means that it's important that your actions that you have in the template run are idempotent. You can look at how to incorporate [checkpoints](https://backstage.io/docs/features/software-templates/writing-custom-actions#using-checkpoints-in-custom-actions-experimental) into your custom actions to achieve that.