Skip to content

Commit 3e03418

Browse files
Apply suggestions from code review
Co-authored-by: Flo Edelmann <[email protected]>
1 parent cd23ada commit 3e03418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-v-html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This rule reports all uses of `v-html` directive in order to reduce the risk of
4040
}
4141
```
4242

43-
- `ignorePattern` ... disables reporting when the v-html directive references a variable matching this pattern. By default, all v-html uses are forbidden.
43+
- `ignorePattern` ... disables reporting when the `v-html` directive references a variable matching this pattern. By default, all `v-html` uses are forbidden.
4444

4545
## :mute: When Not To Use It
4646

0 commit comments

Comments
 (0)