From 8364837662e6db7f477c52346db2e9beeebeff13 Mon Sep 17 00:00:00 2001 From: Justin Edwins Date: Fri, 19 Apr 2024 22:56:52 +0000 Subject: [PATCH] Correct typo in configurable failure policy KEP. --- keps/262-ConfigurableFailurePolicy/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keps/262-ConfigurableFailurePolicy/README.md b/keps/262-ConfigurableFailurePolicy/README.md index c40083ed..5d72204f 100644 --- a/keps/262-ConfigurableFailurePolicy/README.md +++ b/keps/262-ConfigurableFailurePolicy/README.md @@ -371,7 +371,7 @@ in the batchv1 Job API. At the time of writing this KEP, these include: - `MaxFailedIndexesExceeded` - `FailedIndexes` -### Implmentation +### Implementation The core part of the implementation will be defining what specific mechanisms the JobSet controller uses to implement the behavior defined for each FailurePolicyAction type: