Skip to content

Commit 66a252d

Browse files
romanspmysticatea
authored andcommitted
Docs: use correct rule name of 'v-on-function-call' in options example (#825)
1 parent 18dab15 commit 66a252d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/v-on-function-call.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ description: enforce or forbid parentheses after method calls without arguments
3232
Default is set to `never`.
3333

3434
```
35-
'vue/v-on-parens': [2, 'always'|'never']
35+
'vue/v-on-function-call': [2, 'always'|'never']
3636
```
3737

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

0 commit comments

Comments
 (0)