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
@@ -65,7 +65,7 @@ The Style Guide assumes the use of, but is not limited to:
65
65
66
66
## Types
67
67
68
-
When creating types we try to think of how they would best **describe our code**.
68
+
When creating types, consider how they would best **describe our code**.
69
69
Being expressive and keeping types as **narrow as possible** brings 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.
0 commit comments