aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/command_line.md
diff options
context:
space:
mode:
Diffstat (limited to 'guides/source/command_line.md')
-rw-r--r--guides/source/command_line.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/command_line.md b/guides/source/command_line.md
index 37957cfcdb..c5da050ddc 100644
--- a/guides/source/command_line.md
+++ b/guides/source/command_line.md
@@ -176,7 +176,7 @@ end
Then the view, to display our message (in `app/views/greetings/hello.html.erb`):
-```html
+```erb
<h1>A Greeting for You!</h1>
<p><%= @message %></p>
```