Skip to content

Commit aa2d7d6

Browse files
authored
Fix applyTo path syntax in web extension instructions
1 parent 2ad9d17 commit aa2d7d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/instructions/web-extension.instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
applyTo: "**/src/web/**"
2+
applyTo: "src/web/**"
33
description: Web Extension Setup and Contribution Instructions
44
---
55

0 commit comments

Comments
 (0)