Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit e948d70

Browse files
sanderboomqfox
authored andcommitted
Docs: Fix small typo in require-early-return (#2259)
1 parent a215e67 commit e948d70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/require-early-return.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Types: `Boolean`
55
*
66
* Values:
7-
* - `true`: disallow to use of else if the corrisponding `if` block contain a return.
7+
* - `true`: disallow to use of else if the corresponding `if` block contain a return.
88
*
99
* #### Example
1010
*

0 commit comments

Comments
 (0)