Skip to content

Commit d97bab6

Browse files
waynzhFloEdelmann
andauthored
Update docs/rules/no-bare-strings-in-template.md
Co-authored-by: Flo Edelmann <[email protected]>
1 parent 3fff095 commit d97bab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-bare-strings-in-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ If you want to report these string literals, enable the [vue/no-useless-v-bind]
7272
}
7373
```
7474

75-
- `allowlist` ... An array of allowed strings or regular expression patterns (e.g. `/\d+/` to allow number).
75+
- `allowlist` ... An array of allowed strings or regular expression patterns (e.g. `/\d+/` to allow numbers).
7676
- `attributes` ... An object whose keys are tag name or patterns and value is an array of attributes to check for that tag name.
7777
- `directives` ... An array of directive names to check literal value.
7878

0 commit comments

Comments
 (0)