Before You Submit
Describe the issue
In the “Why Lovit” section, a comma is missing in this sentence:
"It also removes the need for try-catch blocks in the main code which makes the code much more readable."
Fix
Add a comma before “which”:
"It also removes the need for try-catch blocks in the main code, which makes the code much more readable."
Note: This issue is a great starting point for new contributors since it’s marked as a "good first issue." If you’ve contributed before, please consider looking for other issues without this label.