Bläddra i källkod

Merge pull request #97 from yairraz/patch-1

wrong  option name
Dan Abramov 9 år sedan
förälder
incheckning
f0087e3076
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      lessons/10-clean-urls.md

+ 1 - 1
lessons/10-clean-urls.md

@@ -40,7 +40,7 @@ because your app, in the browser, is manipulating the url. Our current
 server doesn't know how to handle the URL.
 server doesn't know how to handle the URL.
 
 
 The Webpack Dev Server has an option to enable this. Open up
 The Webpack Dev Server has an option to enable this. Open up
-`package.json` and add `--history-fallback-api`.
+`package.json` and add `--history-api-fallback`.
 
 
 ```json
 ```json
     "start": "webpack-dev-server --inline --content-base . --history-api-fallback"
     "start": "webpack-dev-server --inline --content-base . --history-api-fallback"