Skip to content

Commit

Permalink
docs: fix grammatical error (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
cham0287 authored Sep 12, 2024
1 parent f9d20ac commit 862d929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Managing the state for opening and closing overlays traditionally requires defin

Increase the cohesion and readability of your code with overlay-kit.

When the logic for opening overlays, state changes, and overlay components are spread across the code, it can be challenging to follow the code flow. Low cohesion leads to reduced readability and higher chances of bugs. Additionally, boilerplate code for overlays unnecessarily lengthens the codebase and complicates maintenance. overlay-kit reduces repetitive code, making your codebase more concise.
When the logic for opening overlays, state changes, and overlay components spreads across the code, it can be challenging to follow the code flow. Low cohesion leads to reduced readability and higher chances of bugs. Additionally, boilerplate code for overlays unnecessarily lengthens the codebase and complicates maintenance. overlay-kit reduces repetitive code, making your codebase more concise.

## Robust Built-in Typing

Expand Down

0 comments on commit 862d929

Please sign in to comment.