Skip to content

Commit

Permalink
Fix a typo (shakacode#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
znz authored and justin808 committed Oct 6, 2016
1 parent 411c2ea commit 466f6df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/additional-reading/hot-reloading-rails-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ We'll use a Webpack Dev server on port 3500 to provide the assets to Rails, rath

`Procfile.static` provides an alternative that uses "static" assets, similar to a production deployment.

The secret sauce is in the [app/views/layouts/application.html.erb](../../spec/dummy/app/views/layouts/application.html.erb) where it uses view helpes to configure the correct assets to load, being either the "hot" assets or the "static" assets.
The secret sauce is in the [app/views/layouts/application.html.erb](../../spec/dummy/app/views/layouts/application.html.erb) where it uses view helps to configure the correct assets to load, being either the "hot" assets or the "static" assets.

## Places to Configure (Files to Examine)

Expand Down

0 comments on commit 466f6df

Please sign in to comment.