From 077031691df0070be39a965a7eee07a9e5b1c4fe Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Sat, 16 Mar 2013 16:32:26 -0700 Subject: Getting Started Guide: typo fix. [ci skip] There was an s missing in 'views'. Fixes #9752. --- guides/source/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index a1864c123e..cd23b5ee15 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -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 -- cgit v1.2.3