Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
Signed-off-by: RealAnna <[email protected]>
  • Loading branch information
RealAnna committed Feb 23, 2024
1 parent 529eba7 commit c6d36cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/docs/guides/tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,15 +243,15 @@ your workloads and tasks in a `KeptnApp` (for instance a commit ID value).
To do so, the metadata needs to be specified for the workload or for the application.
Follow our guide on [Context and Metadata here](./metadata.md).

<!-- markdownlint-disable MD046 MD013-->
<!-- markdownlint-disable MD046 max-one-sentence-per-line-->

!!! note

For an example of how to access the `KEPTN_CONTEXT`, follow our reference page examples
[for deno](../reference/crd-reference/taskdefinition.md#accessing-keptn_context-in-a-deno-task)
and [for python](../reference/crd-reference/taskdefinition.md#accessing-keptn_context-in-a-python-task).

<!-- markdownlint-enable MD046 MD013-->
<!-- markdownlint-enable MD046 max-one-sentence-per-line-->


## Parameterized functions
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/reference/crd-reference/taskdefinition.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ file.

## Examples for deno-runtime and python-runtime runners

<!-- markdownlint-disable MD046 MD013 -->
<!-- markdownlint-disable MD046 max-one-sentence-per-line -->

??? example "Inline scripts"

Expand Down Expand Up @@ -487,7 +487,7 @@ file.
{% include "../../assets/crd/python-context.yaml" %}
```

<!-- markdownlint-enable MD046 MD013-->
<!-- markdownlint-enable MD046 max-one-sentence-per-line-->

## More examples

Expand Down

0 comments on commit c6d36cc

Please sign in to comment.