Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit e3e6c0e

Browse files
Merge pull request #42 from cantonic/source
fix file path typo
2 parents dd8f227 + 6f23879 commit e3e6c0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/tutorials/hyperreact_with_webpack.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Our `client_and_server.js` and `client_only.js` bundles are built and ready to b
114114

115115
Finally we need to require these two bundles into our rails asset pipeline.
116116

117-
Edit `app/assets/javascript/application.js` and add
117+
Edit `app/assets/javascripts/application.js` and add
118118

119119
```ruby
120120
//= require 'webpack/client_only'

source/tutorials/showcase.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ Now run `webpack` from the command line. This will grab all necessary dependenc
235235

236236
Finally we need to require these two bundles into our rails asset pipeline.
237237

238-
Edit `app/assets/javascript/application.js` and add
238+
Edit `app/assets/javascripts/application.js` and add
239239

240240
```javascript
241241
//= require 'webpack/client_only'

0 commit comments

Comments
 (0)