From a4aa95e6af4daba4aaaa9f09abc9007ecc54d1a5 Mon Sep 17 00:00:00 2001 From: Timothy Aveni Date: Sat, 21 Jun 2014 21:23:48 -0400 Subject: Change double quotes to single quotes in guide Improve consistency --- guides/source/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides') diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index ea6c8cdd55..4a0600d02a 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -1873,7 +1873,7 @@ Then you make the `app/views/articles/show.html.erb` look like the following: <%= render @article.comments %>

Add a comment:

-<%= render "comments/form" %> +<%= render 'comments/form' %> <%= link_to 'Edit Article', edit_article_path(@article) %> | <%= link_to 'Back to Articles', articles_path %> -- cgit v1.2.3