Skip to content

Commit

Permalink
Remove unopened closing brace.
Browse files Browse the repository at this point in the history
  • Loading branch information
dteoh committed May 4, 2013
1 parent 404c1a3 commit 714bb17
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions guides/source/getting_started.md
Expand Up @@ -853,8 +853,7 @@ it look as follows:
```html+erb
<h1>Editing post</h1>
<%= form_for :post, url: post_path(@post.id) },
method: :patch do |f| %>
<%= form_for :post, url: post_path(@post.id), method: :patch do |f| %>
<% if @post.errors.any? %>
<div id="errorExplanation">
<h2><%= pluralize(@post.errors.count, "error") %> prohibited
Expand Down

0 comments on commit 714bb17

Please sign in to comment.