Skip to content

Commit cae21c6

Browse files
committed
wrong option name
1 parent e01fbc9 commit cae21c6

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)