Skip to content

Commit 67675e8

Browse files
committed
update docusaurus
1 parent 64ffa8b commit 67675e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ const newUser = createUser('Gabriel');
439439
TypeScript offers two options for type definitions - `type` and `interface`. As they come with some functional differences in most cases they can be used interchangeably. We try to limit syntax difference and pick one for consistency.
440440

441441
<Rule
442-
prefix="All types must be defined with `type` alias"
442+
prefix="All types must be defined with type alias"
443443
href="https://typescript-eslint.io/rules/consistent-type-definitions/#type"
444444
>{`'@typescript-eslint/consistent-type-definitions': ['error', 'type']`}</Rule>
445445

0 commit comments

Comments
 (0)