Skip to content

Commit f3224ba

Browse files
committed
update vue/require-prop-type-constructor doc
1 parent bb767b7 commit f3224ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/require-prop-type-constructor.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description: require prop type to be a constructor
1414

1515
This rule reports prop types that can't be presumed as constructors.
1616

17-
It's impossible to catch every possible case and know whether the prop type is a constructor or not, hence this rule block-list few types of nodes, instead of allow-listing correct ones.
17+
It's impossible to catch every possible case and know whether the prop type is a constructor or not, hence this rule restricts few types of nodes, instead of allowing correct ones.
1818

1919
The following types are forbidden and will be reported:
2020

0 commit comments

Comments
 (0)