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 6966a81 commit 1cd9a8bCopy full SHA for 1cd9a8b
website/src/pages/index.mdx
@@ -78,8 +78,8 @@ Being expressive and keeping types as **narrow as possible** brings benefits to
78
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
82
- increase code readability and intent.
+ Just because you don't need to add types doesn't mean you shouldn't. In some cases, explicitly declaring types can
+ improve code readability and clarify intent.
83
</Note>
84
85
```ts
0 commit comments