Skip to content

Commit 10fd74d

Browse files
committed
update docusaurus
1 parent 011ff60 commit 10fd74d

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
@@ -351,7 +351,7 @@ Template literal types are useful in various scenarios, such as:
351351
### Return Types
352352

353353
<Rule
354-
prefix="Including return type annotations is highly encouraged, although not required"
354+
prefix="Explicitly defining the return type of a function is encouraged, although not required"
355355
href="https://typescript-eslint.io/rules/explicit-function-return-type/"
356356
>{`"@typescript-eslint/explicit-function-return-type": "error"`}</Rule>
357357

0 commit comments

Comments
 (0)