From 22071e25b25b9bb5c3dbb87b7d2945368e6896e8 Mon Sep 17 00:00:00 2001 From: RealAnna Date: Mon, 26 Feb 2024 10:14:35 +0100 Subject: [PATCH] fix: typo Signed-off-by: RealAnna --- docs/docs/reference/crd-reference/taskdefinition.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/reference/crd-reference/taskdefinition.md b/docs/docs/reference/crd-reference/taskdefinition.md index 66714f590fd..7bdfcc485ed 100644 --- a/docs/docs/reference/crd-reference/taskdefinition.md +++ b/docs/docs/reference/crd-reference/taskdefinition.md @@ -198,7 +198,7 @@ and Keptn sets up the container and runs the script as part of the task. **spec** -- choose either `deno` or `python` **deno | python** - **deno** -- Specify that the task uses the `deno-runtime` + **deno** -- Specify that the task uses the `deno-runtime` and is expressed as a [Deno](https://deno.com/) script. Refer to [deno runtime](https://github.com/keptn/lifecycle-toolkit/tree/main/runtimes/deno-runtime) for more information about this runner.