Skip to content

Commit f0087e3

Browse files
committed
Merge pull request reactjs#97 from yairraz/patch-1
wrong option name
2 parents e01fbc9 + cae21c6 commit f0087e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/10-clean-urls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ because your app, in the browser, is manipulating the url. Our current
4040
server doesn't know how to handle the URL.
4141

4242
The Webpack Dev Server has an option to enable this. Open up
43-
`package.json` and add `--history-fallback-api`.
43+
`package.json` and add `--history-api-fallback`.
4444

4545
```json
4646
"start": "webpack-dev-server --inline --content-base . --history-api-fallback"

0 commit comments

Comments
 (0)