Skip to content

Commit

Permalink
removed an extra slash before the 'app' dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoni Yalovitsky committed Dec 3, 2012
1 parent 286e56f commit ef4e835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/getting_started.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -1350,7 +1350,7 @@ the post show page to see their comment now listed. Due to this, our
spam comments when they arrive. spam comments when they arrive.


So first, we'll wire up the Post show template So first, we'll wire up the Post show template
(`/app/views/posts/show.html.erb`) to let us make a new comment: (`app/views/posts/show.html.erb`) to let us make a new comment:


```html+erb ```html+erb
<p> <p>
Expand Down

0 comments on commit ef4e835

Please sign in to comment.