Commit ea760ff8 authored by Andrew Ho's avatar Andrew Ho Committed by Joe Haddad
Browse files

Fix typo (#3956)

sever => server
parent 779dad55
Showing with 1 addition and 1 deletion
+1 -1
......@@ -95,7 +95,7 @@ checkBrowsers(paths.appPath)
// Load proxy config
const proxySetting = require(paths.appPackageJson).proxy;
const proxyConfig = prepareProxy(proxySetting, paths.appPublic);
// Serve webpack assets generated by the compiler over a web sever.
// Serve webpack assets generated by the compiler over a web server.
const serverConfig = createDevServerConfig(
proxyConfig,
urls.lanUrlForConfig
......
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