Skip to content

Commit

Permalink
Fix diffrent naming in getting_started.md
Browse files Browse the repository at this point in the history
I've noticed that once `<h1>Editing article</h1>` L1157 was the title and then later on it's `<h1>Edit article</h1>` L1358 which kind of makes more sense...

[ci skip]
  • Loading branch information
greenbigfrog committed Aug 17, 2016
1 parent 6eee673 commit 9233f52
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 Diff line number Diff line change
Expand Up @@ -1154,7 +1154,7 @@ new articles. Create a file called `app/views/articles/edit.html.erb` and make
it look as follows:

```html+erb
<h1>Editing article</h1>
<h1>Edit article</h1>
<%= form_for :article, url: article_path(@article), method: :patch do |f| %>
Expand Down

0 comments on commit 9233f52

Please sign in to comment.