Skip to content

Commit b03ec15

Browse files
authored
Merge pull request #86 from denniskigen/patch-1
Fix typo
2 parents 8119d3d + a630909 commit b03ec15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
+ exclude: "{./build-output/manifest.json,**/*.map,**/node_modules/**}"
114114
```
115115

116-
Files are collected by finding matches for `pattern`, then any of those that match `exclude` are ignored. For that reason, most project don't need to modify `exclude`. The default values for `pattern` and `exclude` are as follows:
116+
Files are collected by finding matches for `pattern`, then any of those that match `exclude` are ignored. For that reason, most projects don't need to modify `exclude`. The default values for `pattern` and `exclude` are as follows:
117117

118118
```yaml
119119
with:

0 commit comments

Comments
 (0)