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
1 changed files with 1 additions and 1 deletions

View File

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