From 21996ad74f40390e410f24e6d0fed5ae36924294 Mon Sep 17 00:00:00 2001 From: Alan Clucas Date: Wed, 16 Oct 2024 10:06:37 +0100 Subject: [PATCH] docs: nit fix Signed-off-by: Alan Clucas --- docs/upgrading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrading.md b/docs/upgrading.md index 28ed034a6f63..9459a247e0ad 100644 --- a/docs/upgrading.md +++ b/docs/upgrading.md @@ -7,7 +7,7 @@ the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/#summar ### Deprecations -The following features are deprecated and will be removed in a future verison of argo-workflows: +The following features are deprecated and will be removed in a future verison of Argo Workflows: * The Python SDK is deprecated, we recommend migrating to [Hera](https://github.com/argoproj-labs/hera) * `schedule` in CronWorkflows, `podPriority`, `mutex` and `semaphore` in Workflows and WorkflowTemplates.