Skip to content

Commit

Permalink
Merge pull request #244 from alem0lars/master
Browse files Browse the repository at this point in the history
Fix loc typo in view
  • Loading branch information
iNecas committed May 16, 2014
2 parents 76d95b8 + 35fd557 commit bc1e5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/apipie/apipies/_method_detail.erb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<table class='table'>
<thead>
<tr>
<th><%= t('aapipie.param_name') %></th>
<th><%= t('apipie.param_name') %></th>
<th><%= t('apipie.description') %></th>
</tr>
</thead>
Expand Down

0 comments on commit bc1e5f3

Please sign in to comment.