From 393c695a317073288f719008edce424c9fcb115c Mon Sep 17 00:00:00 2001 From: Nathan Bu <370788475@qq.com> Date: Thu, 23 Feb 2023 09:49:05 +0800 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0a6c997e4..8a4965ff9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -53,7 +53,7 @@ In a nutshell: DO NOT SWALLOW THE EXCEPTIONS

-You can try `logging it with a proper logger`, `rethrowing it to bubble up`, `letting upper call stack handle it by declaring it`, and `handling it in the codeflow, or `recording the info in an entity`. +You can try `logging it with a proper logger`, `rethrowing it to bubble up`, `letting upper call stack handle it by declaring it`, and `handling it in the codeflow`, or `recording the info in an entity`. ## Review Process