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

Commit

Permalink
Docs: Fix small typo in require-early-return (#2259)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderboom authored and qfox committed May 31, 2016
1 parent a215e67 commit e948d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/require-early-return.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Types: `Boolean`
*
* Values:
* - `true`: disallow to use of else if the corrisponding `if` block contain a return.
* - `true`: disallow to use of else if the corresponding `if` block contain a return.
*
* #### Example
*
Expand Down

0 comments on commit e948d70

Please sign in to comment.