Skip to content

Commit 2544fc4

Browse files
committed
update docusaurus
1 parent d6915c5 commit 2544fc4

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
@@ -605,7 +605,7 @@ export const parseStatus = (params: StatusParams) => {...
605605
href="https://typescript-eslint.io/rules/explicit-function-return-type/"
606606
>{`"@typescript-eslint/explicit-function-return-type": "error"`}</Rule>
607607
608-
Consider benefits when explicitly typing the return value of a function:
608+
Consider some of the advantages when explicitly typing the return value of a function:
609609
610610
- Return values makes it clear and easy to understand to any calling code what type is returned.
611611
- In the case where there is no return value, the calling code doesn't try to use the undefined value when it shouldn't.

0 commit comments

Comments
 (0)