From 65c82fce645239e4264d91f2e9e72f936f59b22e Mon Sep 17 00:00:00 2001 From: googs1025 Date: Mon, 22 Apr 2024 13:40:28 +0800 Subject: [PATCH] fix: fix ci error caused by typo --- 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 5d72204f5..d785a2007 100644 --- a/keps/262-ConfigurableFailurePolicy/README.md +++ b/keps/262-ConfigurableFailurePolicy/README.md @@ -31,7 +31,7 @@ tags, and then generate with `hack/update-toc.sh`. - [Design Details](#design-details) - [Proposed Failure Policy API](#proposed-failure-policy-api) - [Constraints](#constraints) - - [Implmentation](#implmentation) + - [Implementation](#implementation) - [Test Plan](#test-plan) - [Prerequisite testing updates](#prerequisite-testing-updates) - [Unit Tests](#unit-tests)