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.