You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/src/pages/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ The Style Guide assumes the use of, but is not limited to:
66
66
## Types
67
67
68
68
When creating types, consider how they would best **describe our code**.
69
-
Being expressive and keeping types as **narrow as possible**brings benefits to the codebase:
69
+
Being expressive and keeping types as **narrow as possible**offers several benefits to the codebase:
70
70
71
71
- Increased Type Safety - Catch errors at compile-time, since narrowed types provide more specific information about the shape and behavior of your data.
72
72
- Improved Code Clarity - Cognitive load is reduced by providing clearer boundaries and constraints on your data which makes your code easier to understand by other developers.
0 commit comments