From 0eb9e285da4202d2471d0651d3529982cbd14c8d Mon Sep 17 00:00:00 2001 From: yanliang567 <82361606+yanliang567@users.noreply.github.com> Date: Mon, 10 Jan 2022 22:28:23 +0800 Subject: [PATCH] [skip e2e]Fix a typo issue (#15084) Signed-off-by: yanliang567 --- CODE_REVIEW.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODE_REVIEW.md b/CODE_REVIEW.md index c9e368dcf3..72bc380f50 100644 --- a/CODE_REVIEW.md +++ b/CODE_REVIEW.md @@ -47,7 +47,7 @@ all Approvers are listed under OWNERS_ALIASES file. - If `[skip e2e]` is tagged, is it safe enough to skip running e2e tests? - Notes: it skips running e2e tests, if there is a `[skip e2e]` in the commit message. -- Does the code will generate similar logs many times in one seconds? +- Does the code will generate similar logs many times in one second? ## Things to keep in mind when you are writing a review comment