Skip to content

Commit 1cd9a8b

Browse files
committed
update docusaurus
1 parent 6966a81 commit 1cd9a8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/src/pages/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ Being expressive and keeping types as **narrow as possible** brings benefits to
7878
As a rule of thumb, explicitly declare a type when it helps narrow it.
7979

8080
<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.
81+
Just because you don't need to add types doesn't mean you shouldn't. In some cases, explicitly declaring types can
82+
improve code readability and clarify intent.
8383
</Note>
8484

8585
```ts

0 commit comments

Comments
 (0)