diff --git a/CODE_REVIEW.md b/CODE_REVIEW.md index 69648008c3..c9e368dcf3 100644 --- a/CODE_REVIEW.md +++ b/CODE_REVIEW.md @@ -37,7 +37,7 @@ all Approvers are listed under OWNERS_ALIASES file. - Do unit tests cover all the important code branches? -- What about the edge cases and failure handling path? +- What about the edge cases and failure handling paths? - Do we need better layering and abstraction?