Skip to content

Commit

Permalink
Fix "Hello Erb" example error (#1386)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdesantis authored and gauravtiwari committed Apr 29, 2018
1 parent 992a5cc commit 2555430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/install/examples/erb/hello_erb.js.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Run this example by adding <%= javascript_pack_tag 'hello_erb' %> to the head of your layout file,
// like app/views/layouts/application.html.erb.
// Run this example by adding <%%= javascript_pack_tag 'hello_erb' %> to the head of your layout file,
// like app/views/layouts/application.html.erb. Don't forget to uncomment erb tag after adding it to your layout file.

<% name = 'Erb' %>

Expand Down

0 comments on commit 2555430

Please sign in to comment.