From a630909f34e758bda0809aab3b9e974a89891b1a Mon Sep 17 00:00:00 2001 From: Dennis Kigen Date: Wed, 21 Sep 2022 08:42:57 +0300 Subject: [PATCH] Fix typo Fixes a small typo in the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3a26ec..ac37b05 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ jobs: + exclude: "{./build-output/manifest.json,**/*.map,**/node_modules/**}" ``` -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: +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: ```yaml with: