Skip to content

Commit 393c695

Browse files
authored
Update CONTRIBUTING.md
1 parent cf6c1e8 commit 393c695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ In a nutshell:
5353
DO NOT SWALLOW THE EXCEPTIONS
5454
</b></p>
5555

56-
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`.
56+
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`.
5757

5858
## Review Process
5959

0 commit comments

Comments
 (0)