Skip to content

Commit a379363

Browse files
committed
update docusaurus
1 parent 4358932 commit a379363

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
@@ -460,8 +460,8 @@ app.listen(process.env.PORT, () => {...}
460460
href="https://typescript-eslint.io/rules/array-type/#generic"
461461
>{`'@typescript-eslint/array-type': ['error', { default: 'generic' }]`}</Rule>
462462
<Note>
463-
As there is no functional difference between 'generic' and 'array' definition, feel free to set the one your team
464-
finds most readable to work with.
463+
Since there is no functional difference between the 'generic' and 'array' definitions, feel free to choose the one
464+
that your team finds most readable.
465465
</Note>
466466
467467
```ts

0 commit comments

Comments
 (0)