From 32a3418b353b5319a413edf5e6216a8cf2b8515c Mon Sep 17 00:00:00 2001 From: John Breen Date: Thu, 2 Jan 2020 15:08:26 -0500 Subject: [PATCH] Fix typo in README (#317) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c9ff7c..11e369b 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ See [package.json](package.json#L8) for all tasks. | | |--index.html // The index page | |--static // Files in here ends up in the public folder |--src // Files that will pass through the asset pipeline -| |--css // Webpack will bundle imported css seperately +| |--css // Webpack will bundle imported css separately | |--index.js // index.js is the webpack entry for your css & js assets ```