Getting Started Guide: typo fix. [ci skip]

There was an s missing in 'views'.

Fixes #9752.
This commit is contained in:
Steve Klabnik 2013-03-16 16:32:26 -07:00
parent feaa6e2048
commit 077031691d
1 changed files with 1 additions and 1 deletions

View File

@ -568,7 +568,7 @@ interested in. We also use an instance variable (prefixed by `@`) to
hold a reference to the post object. We do this because Rails will pass all instance
variables to the view.
Now, create a new file `app/view/posts/show.html.erb` with the following
Now, create a new file `app/views/posts/show.html.erb` with the following
content:
```html+erb