Skip to content

Commit

Permalink
docs: fix typo (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
glennreyes authored and gajus committed Feb 24, 2017
1 parent 3b1c895 commit 42ba3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .README/rules/require-return-type.md
Expand Up @@ -6,7 +6,7 @@ Requires that functions have return type annotation.

You can skip all arrow functions by providing the `excludeArrowFunctions` option with `true`.

Alternatively, you can want to exclude only concise arrow function (e.g. `() => 2`). Provide `excludeArrowFunctions` with `expressionsOnly` for this.
Alternatively, you can exclude a concise arrow function (e.g. `() => 2`). Provide `excludeArrowFunctions` with `expressionsOnly` for this.

```js
{
Expand Down

0 comments on commit 42ba3e4

Please sign in to comment.