From 1801c7b49441427aeac2d1cf7ea6af9a5f494194 Mon Sep 17 00:00:00 2001 From: Chuck Fitzpatrick Date: Wed, 6 Mar 2013 10:39:47 -0800 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec20be9..b2790cb 100644 --- a/README.md +++ b/README.md @@ -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