Skip to content

Commit

Permalink
Merge pull request #11473 from arunagw/guides_typo
Browse files Browse the repository at this point in the history
Fixed typo in guides [ci skip]
  • Loading branch information
senny committed Jul 17, 2013
2 parents 1ad6c8d + fafe47e commit c2e5e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/getting_started.md
Expand Up @@ -941,7 +941,7 @@ appear next to the "Show" link:
<tr>
<td><%= post.title %></td>
<td><%= post.text %></td>
<td><%= link_to 'Show', post_path(post) %></td>
<td><%= link_to 'Show', post %></td>
<td><%= link_to 'Edit', edit_post_path(post) %></td>
</tr>
<% end %>
Expand Down

0 comments on commit c2e5e09

Please sign in to comment.