mirror of https://github.com/rails/rails
Getting Started Guide: typo fix. [ci skip]
There was an s missing in 'views'. Fixes #9752.
This commit is contained in:
parent
feaa6e2048
commit
077031691d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue