From bf0212b92ab7ebf1f5c6971a1d8ae80e7c18dfb5 Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Thu, 17 May 2012 01:48:25 +0530 Subject: remove stray text in getting started guide [ci skip] --- guides/source/getting_started.textile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/guides/source/getting_started.textile b/guides/source/getting_started.textile index e93a94448a..f32588d591 100644 --- a/guides/source/getting_started.textile +++ b/guides/source/getting_started.textile @@ -1332,7 +1332,7 @@ So first, we'll wire up the Post show template

Text: - <%= @post.texthttp://beginningruby.org/ %> + <%= @post.text %>

Add a comment:

@@ -1391,7 +1391,7 @@ template. This is where we want the comment to show, so let's add that to the

Text: - <%= @post.texthttp://beginningruby.org/ %> + <%= @post.text %>

Comments

@@ -1466,7 +1466,7 @@ following:

Text: - <%= @post.texthttp://beginningruby.org/ %> + <%= @post.text %>

Comments

@@ -1528,7 +1528,7 @@ Then you make the +app/views/posts/show.html.erb+ look like the following:

Text: - <%= @post.texthttp://beginningruby.org/ %> + <%= @post.text %>

Add a comment:

-- cgit v1.2.3