From f632a502e345bfa6f901fc173515897c76ed6e10 Mon Sep 17 00:00:00 2001 From: Victor Bocharsky Date: Sun, 27 Oct 2019 02:16:29 +0300 Subject: [PATCH] Minor: Use "an" article instead of "a" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ca8ff78..503be84c 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ for `entry1.js` and 1 link tag for `entry1.css`, you may now need *multiple* script and link tags. This is because Webpack ["splits" your files](https://webpack.js.org/plugins/split-chunks-plugin/) into smaller pieces for greater optimization. -To help with this, Encore writes a `entrypoints.json` file that contains +To help with this, Encore writes an `entrypoints.json` file that contains all of the files needed for each "entry". For example, to render all of the `script` and `link` tags for a specific