aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
Diffstat (limited to 'guides')
-rw-r--r--guides/source/generators.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/generators.md b/guides/source/generators.md
index 366fb3d342..14f451cbc9 100644
--- a/guides/source/generators.md
+++ b/guides/source/generators.md
@@ -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: