Skip to content

Commit

Permalink
Merge pull request #492 from chuckfitzpatricksf/fix_typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
nashby committed Mar 6, 2013
2 parents 052cbac + 1801c7b commit ca98bb8
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 @@ -117,7 +117,7 @@ rails generate decorator Article

### Accessing Helpers

Normal Rails helpers are still useful for lots tasks. Both Rails' provided helper and those defined in your app can be accessed via the `h` method:
Normal Rails helpers are still useful for lots of tasks. Both Rails' provided helper and those defined in your app can be accessed via the `h` method:

```ruby
class ArticleDecorator < Draper::Decorator
Expand Down

0 comments on commit ca98bb8

Please sign in to comment.