Skip to content

Commit

Permalink
Fixed typo in install generator message (#911)
Browse files Browse the repository at this point in the history
  • Loading branch information
srmelody authored and justin808 committed Aug 9, 2017
1 parent 67aeb51 commit fe57b3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/generators/react_on_rails/base_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def print_helpful_message
- Include your webpack assets to your application layout.
<%= javascript_pack_tag 'main' %>
<%= javascript_pack_tag 'webpack-bundle' %>
- Ensure your bundle and yarn installs of dependencies are up to date.
Expand Down
4 changes: 2 additions & 2 deletions spec/react_on_rails/generators/install_generator_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
- Include your webpack assets to your application layout.
<%= javascript_pack_tag 'main' %>
<%= javascript_pack_tag 'webpack-bundle' %>
- Ensure your bundle and yarn installs of dependencies are up to date.
Expand Down Expand Up @@ -109,7 +109,7 @@
- Include your webpack assets to your application layout.
<%= javascript_pack_tag 'main' %>
<%= javascript_pack_tag 'webpack-bundle' %>
- Ensure your bundle and yarn installs of dependencies are up to date.
Expand Down

0 comments on commit fe57b3e

Please sign in to comment.