Skip to content

Commit

Permalink
Minor: Use "an" article instead of "a"
Browse files Browse the repository at this point in the history
  • Loading branch information
bocharsky-bw committed Oct 26, 2019
1 parent 10acbc0 commit f632a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down

0 comments on commit f632a50

Please sign in to comment.