aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/getting_started.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2014-01-01 18:57:18 -0200
committerRafael Mendonça França <rafaelmfranca@gmail.com>2014-01-01 18:57:18 -0200
commit0b4905d0d5df1a44988ee7e23c9a17356049f81f (patch)
tree581283e8061263a54680144450505cc3d5dfacdc /guides/source/getting_started.md
parenta7094f5c88b434c63fd59767dbdbc17038f464f9 (diff)
downloadrails-0b4905d0d5df1a44988ee7e23c9a17356049f81f.tar.gz
rails-0b4905d0d5df1a44988ee7e23c9a17356049f81f.tar.bz2
rails-0b4905d0d5df1a44988ee7e23c9a17356049f81f.zip
Make explicit that the view file need to be created [ci skip]
Closes #13566
Diffstat (limited to 'guides/source/getting_started.md')
-rw-r--r--guides/source/getting_started.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md
index b2874d22a6..cb1e25949a 100644
--- a/guides/source/getting_started.md
+++ b/guides/source/getting_started.md
@@ -816,7 +816,7 @@ def index
end
```
-And then finally a view for this action, located at `app/views/posts/index.html.erb`:
+And then finally, add view for this action, located at `app/views/posts/index.html.erb`:
```html+erb
<h1>Listing posts</h1>