From 15abd9c945a7633ac7efb35cfddcab53b93b88f2 Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 9 Sep 2024 20:42:59 +0200 Subject: [PATCH] docs: fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f30b8af..e9b9638 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ fileCopyPlugin({ }) ```` -In this case, the output directory of the matching files are the output directory of the esbuild configuration, because no output directory else was specified. +In this case, the output directory of the matching files is the output directory of the esbuild configuration, because no output directory else was specified. If you want an option to handle the output directory of the files by yourself, you should follow the advanced including.