From 0a314c9da30331f3c06f37c22c2f55d84c742ff4 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sun, 23 Jul 2023 22:47:17 +0900 Subject: [PATCH] Fix typo in triage_issues.md Signed-off-by: Ikko Eltociear Ashimine --- Documentation/contributor-guide/triage_issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/contributor-guide/triage_issues.md b/Documentation/contributor-guide/triage_issues.md index 30a88b1a02e..099e213caa1 100644 --- a/Documentation/contributor-guide/triage_issues.md +++ b/Documentation/contributor-guide/triage_issues.md @@ -99,7 +99,7 @@ New feature requests should be created via the etcd feature request template and ### Test flakes -Test flakes are a specific type of bug that the etcd project tracks seperately as these are a priority to address. These should be created via the test flake template and in theory already have the `type/flake` label, however if this is missing for an issue you determine to be related to a flaking test please add the label manually. +Test flakes are a specific type of bug that the etcd project tracks separately as these are a priority to address. These should be created via the test flake template and in theory already have the `type/flake` label, however if this is missing for an issue you determine to be related to a flaking test please add the label manually. ## Step 4 - Define the areas impacted