Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lessons/10-clean-urls.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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
"start": "webpack-dev-server --inline --content-base . --history-api-fallback"
Expand Down