From 9233f52bd96081c728b7087af9435d4fbadb7e46 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Wed, 17 Aug 2016 12:49:56 +0200 Subject: Fix diffrent naming in getting_started.md I've noticed that once `

Editing article

` L1157 was the title and then later on it's `

Edit article

` L1358 which kind of makes more sense... [ci skip] --- guides/source/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source') diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index 0cb5d81042..ef469fccc3 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -1154,7 +1154,7 @@ new articles. Create a file called `app/views/articles/edit.html.erb` and make it look as follows: ```html+erb -

Editing article

+

Edit article

<%= form_for :article, url: article_path(@article), method: :patch do |f| %> -- cgit v1.2.3