1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix typo in Creating and Customizing Rails Generators & Templates guides

This commit is contained in:
Yasuhiko Katoh (y@su) 2015-02-04 18:14:40 +09:00
parent 1c59ffca5c
commit 539d929b7b

View file

@ -350,7 +350,7 @@ For example, the following escaped ERB tag would be needed in the template
(note the extra `%`)... (note the extra `%`)...
```ruby ```ruby
<%%= stylesheet_include_tag :application %> <%= stylesheet_include_tag :application %>
``` ```
...to generate the following output: ...to generate the following output: