Skip to content
This repository has been archived by the owner on Jul 19, 2019. It is now read-only.

fix typo in lesson 11 README.md #238

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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/11-productionish-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ scripts entry in package.json to look like this:
},
```

In the root directly, go open up `webpack.config.js` and add the publicPath '/' as per below:
In the root directory, go open up `webpack.config.js` and add the publicPath '/' as per below:
```
// webpack.config.js
output: {
Expand Down