aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/layouts_and_rendering.textile
diff options
context:
space:
mode:
authorJosiah Ivey <josiah.ivey@gmail.com>2010-05-04 09:55:44 -0500
committerJosiah Ivey <josiah.ivey@gmail.com>2010-05-04 09:55:44 -0500
commit44a98967676492995d19fd4d541dbc9d52bf6b53 (patch)
tree4ce687171fd26e9b94e9012e10f7a2b8e3cd60a7 /railties/guides/source/layouts_and_rendering.textile
parent015114cbbbd29935a901640070957ddca5e00bde (diff)
downloadrails-44a98967676492995d19fd4d541dbc9d52bf6b53.tar.gz
rails-44a98967676492995d19fd4d541dbc9d52bf6b53.tar.bz2
rails-44a98967676492995d19fd4d541dbc9d52bf6b53.zip
Change typo 'image' to 'audio file'
Diffstat (limited to 'railties/guides/source/layouts_and_rendering.textile')
-rw-r--r--railties/guides/source/layouts_and_rendering.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/layouts_and_rendering.textile b/railties/guides/source/layouts_and_rendering.textile
index e1adbe5bdc..a874fa0ca7 100644
--- a/railties/guides/source/layouts_and_rendering.textile
+++ b/railties/guides/source/layouts_and_rendering.textile
@@ -895,7 +895,7 @@ The +audio_tag+ helper builds an HTML 5 +&lt;audio&gt;+ tag to the specified fil
<%= audio_tag "music.mp3" %>
</erb>
-You can supply a path to the image if you like:
+You can supply a path to the audio file if you like:
<erb>
<%= audio_tag "music/first_song.mp3" %>