Skip to content

Commit

Permalink
update docusaurus
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Mar 16, 2024
1 parent bb78fcf commit c695bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ As an exception mutations should be used sparingly in cases where truly necessar
## Types

When creating types we try to think of how they would best **describe our code**.
Being expressive and keeping them as **narrow as possible** brings benefits to the codebase:
Being expressive and keeping types as **narrow as possible** brings benefits to the codebase:

- Increased Type Safety - Catch errors at compile-time, since narrowed types provide more specific information about the shape and behavior of your data.
- Improved Code Clarity - Reduced cognitive load by providing clearer boundaries and constraints on your data which makes your code easier to understand by other developers.
Expand Down

0 comments on commit c695bfd

Please sign in to comment.