Fix some typos (#809)

This commit is contained in:
Brian Ng
2016-10-01 04:13:42 -05:00
committed by Ville Immonen
parent 27e76bebbe
commit 909d938166
7 changed files with 34 additions and 34 deletions

View File

@@ -25,7 +25,7 @@ var paths = require('./paths');
var publicPath = '/';
// `publicUrl` is just like `publicPath`, but we will provide it to our app
// 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.
// Omit trailing slash as %PUBLIC_PATH%/xyz looks better than %PUBLIC_PATH%xyz.
var publicUrl = '';
// Get environment variables to inject into our app.
var env = getClientEnvironment(publicUrl);