Merged pull request #1298 from pjaspers/patch-1.

Typo error, s/synax/syntax
This commit is contained in:
Timothy Jones
2011-04-27 03:18:32 -07:00

View File

@@ -844,7 +844,7 @@ Expressions
<p>
Sometimes you'd like to pass a block comment through to the generated
JavaScript. For example, when you need to embed a licensing header at
the top of a file. Block comments, which mirror the synax for heredocs,
the top of a file. Block comments, which mirror the syntax for heredocs,
are preserved in the generated code.
</p>
<%= code_for('block_comment') %>