Skip to content

Commit ad5bbb1

Browse files
committed
docs: update docs
1 parent d386be0 commit ad5bbb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/filename-naming-convention.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ In addition to the built-in naming conventions, you can also set custom naming p
4949

5050
**Tip 2:** v1 versions have the legacy support for selecting target files based on their extensions. This legacy support has been removed since v2.0.0. Please select your target files by their file path. For example, using `**/*.js` instead of `*.js` to select all `js` files.
5151

52-
### Prefined match syntax
52+
### Prefined Match Syntax
5353

5454
Prefined match syntax allow you to capture specific part of the target file pattern and use it in your naming convention pattern. This syntax is particularly useful when you want to make a file to be named the same as its parent folder.
5555

0 commit comments

Comments
 (0)