couler-proj / couler

Unified Interface for Constructing and Managing Workflows on different workflow engines, such as Argo Workflows, Tekton Pipelines, and Apache Airflow.
https://couler-proj.github.io/couler/index.html
Apache License 2.0
893 stars 86 forks source link

fix: Fixing typo: itme -> item #243

Closed dmerrick closed 2 years ago

dmerrick commented 2 years ago

What changes were proposed in this pull request?

Fixes a typo

Why are the changes needed?

It now matches the param from Argo: https://github.com/argoproj/argo-workflows/blob/cfdebf64eed8b87bf0f84f4284323e72f6d14cbb/examples/loops-dag.yaml#L23

Does this PR introduce any user-facing change?

I suppose so, if they are using with_itme they will have to update their code.

How was this patch tested?

Just with the CI build

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.