Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion site/docs/guide/why-lovit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ It also removes the need for `try-catch` blocks in the main code which makes the

In short, Lovit helps you handle errors in a way that’s organized, easy to maintain, and doesn’t make the code messy.

## Overview how it works
## Overview of how it works

At a high level, Lovit separates error handling from your main application logic, creating a cleaner and more organized way to manage errors. Let’s break this down step-by-step:

Expand Down