Skip to content

Commit 46f6af6

Browse files
committed
chore: update
1 parent 00a5bae commit 46f6af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pluginutils/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ prefixRegex('foo(bar)', 'i'); // /^foo\(bar\)/i
291291

292292
### suffixRegex
293293

294-
Constructs a RegExp that matches a value that has the specified prefix. This is useful for plugin hook filters.
294+
Constructs a RegExp that matches a value that has the specified suffix. This is useful for plugin hook filters.
295295

296296
Parameters: `(str: String | Array[...String], flags?: String)`<br>
297297
Returns: `RegExp`

0 commit comments

Comments
 (0)