Skip to content

Commit

Permalink
Merge pull request #331 from edgurgel/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
rafaelfranca committed May 6, 2014
2 parents f7e13cc + 4f161b4 commit e13e106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ One reason to use the `inherit_resources` macro would be to ensure that your con
never responds with the html mime-type. `InheritedResources::Base` already
responds to `:html`, and the `respond_to` macro is strictly additive.
Therefore, if you want to create a controller that, for example, responds ONLY via `:js`,
you will have write it this way:
you will have to write it this way:

```ruby
class AccountsController < ApplicationController
Expand Down

0 comments on commit e13e106

Please sign in to comment.