Skip to content

Commit bda4813

Browse files
committed
update docusaurus
1 parent d91859a commit bda4813

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 provides two options for defining types: `type` and `interface`. While these options have some functional differences, they are interchangeable in most cases. To maintain consistency, choose one and use it consistently.
440440

441441
<Rule
442-
prefix="All types must be defined with type alias"
442+
prefix="Define all types using 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)