Skip to content

Commit

Permalink
Docs: use correct rule name of 'v-on-function-call' in options example (
Browse files Browse the repository at this point in the history
  • Loading branch information
romansp authored and mysticatea committed Feb 27, 2019
1 parent 18dab15 commit 66a252d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/v-on-function-call.md
Expand Up @@ -32,7 +32,7 @@ description: enforce or forbid parentheses after method calls without arguments
Default is set to `never`.

```
'vue/v-on-parens': [2, 'always'|'never']
'vue/v-on-function-call': [2, 'always'|'never']
```

### `"always"` - Always use parentheses in `v-on` directives
Expand Down

0 comments on commit 66a252d

Please sign in to comment.