Skip to content

Commit

Permalink
Fix typo on line 50 (pacage.json --> package.json)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhoelting authored Nov 19, 2018
1 parent 1e3ad28 commit 403096c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basics/recommended-project-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ mv app/javascript client
`rails/webpacker` probably doesn't support having your main node_modules directory under `/client`, so only follow these steps if you want to use your own webpack configuration (which is highly recommended!).

1. Move the `/package.json` to `/client/package.json`
2. Create a `/pacage.json` that delegates to `/client/package.json`. See the example in [spec/dummy/package.json](../../spec/dummy/package.json).
2. Create a `/package.json` that delegates to `/client/package.json`. See the example in [spec/dummy/package.json](../../spec/dummy/package.json).
3. See the webpack configuration in [spec/dummy/client](../../spec/dummy/client) for a webpack configuration example.


Expand Down

0 comments on commit 403096c

Please sign in to comment.