We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f23c561 commit 6966a81Copy full SHA for 6966a81
website/src/pages/index.mdx
@@ -75,7 +75,7 @@ Being expressive and keeping types as **narrow as possible** brings benefits to
75
76
### Type Inference
77
78
-As rule of thumb, explicitly declare a type when it help narrows it.
+As a rule of thumb, explicitly declare a type when it helps narrow it.
79
80
<Note>
81
Just because you don't need to add types, doesn't mean you shouldn't. In some cases explicit type declaration can
0 commit comments