From 7e31fbc4a0acfd96618d1170169c7b4b0045ebe2 Mon Sep 17 00:00:00 2001 From: Francis Go Date: Thu, 26 Sep 2013 13:37:44 +1000 Subject: Getting Started Guide: update link_to string argument to use single-quote mark, following document style [ci skip] --- 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 5576b23d91..d3d3f4eea4 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -846,7 +846,7 @@ Open `app/views/welcome/index.html.erb` and modify it as follows: ```html+erb

Hello, Rails!

-<%= link_to "My Blog", controller: "posts" %> +<%= link_to 'My Blog', controller: 'posts' %> ``` The `link_to` method is one of Rails' built-in view helpers. It creates a -- cgit v1.2.3