diff --git a/site/docs/guide/why-lovit.mdx b/site/docs/guide/why-lovit.mdx index f4e2951..ac6a5ed 100644 --- a/site/docs/guide/why-lovit.mdx +++ b/site/docs/guide/why-lovit.mdx @@ -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: