Commit 0ad930e1 authored by Sebastian De Deyne's avatar Sebastian De Deyne Committed by Dan Abramov
Browse files

Typo fix in webpack.config.dev.js comments (#777)

* Typo fix in webpack.config.dev.js comments

* Typo fix in webpack.config.prod.js comments
parent 590334e1
No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
......@@ -27,7 +27,7 @@ var publicPath = '/';
// as %PUBLIC_URL% in `index.html` and `process.env.PUBLIC_URL` in JavaScript.
// Omit trailing shlash as %PUBLIC_PATH%/xyz looks better than %PUBLIC_PATH%xyz.
var publicUrl = '';
// Get enrivonment variables to inject into our app.
// Get environment variables to inject into our app.
var env = getClientEnvironment(publicUrl);
// This is the development configuration.
......
......@@ -44,7 +44,7 @@ var publicPath = ensureSlash(homepagePathname, true);
// as %PUBLIC_URL% in `index.html` and `process.env.PUBLIC_URL` in JavaScript.
// Omit trailing shlash as %PUBLIC_PATH%/xyz looks better than %PUBLIC_PATH%xyz.
var publicUrl = ensureSlash(homepagePathname, false);
// Get enrivonment variables to inject into our app.
// Get environment variables to inject into our app.
var env = getClientEnvironment(publicUrl);
// Assert this just to be safe.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment