Skip to content

Commit 19a4bb4

Browse files
committed
update docusaurus
1 parent 5e565e3 commit 19a4bb4

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
@@ -632,7 +632,7 @@ export const parseStatus = (params: StatusParams) => {...
632632
href="https://typescript-eslint.io/rules/explicit-function-return-type/"
633633
>{`"@typescript-eslint/explicit-function-return-type": "error"`}</Rule>
634634
635-
Consider the advantages of explicitly defining the return type of a function::
635+
Consider the advantages of explicitly defining the return type of a function:
636636
637637
- **Improves Readability**: Clearly specifies what type of value the function returns, making the code easier to understand for those calling the function.
638638
- **Avoids Misuse**: Ensures that calling code does not accidentally attempt to use an undefined value when no return value is intended.

0 commit comments

Comments
 (0)