From 393243bd0fb1f15591c8e17656fdcf8d07f192ee Mon Sep 17 00:00:00 2001 From: Rakibul Islam Date: Sat, 2 Jan 2016 00:36:15 -0500 Subject: [PATCH] Fix a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80009a5..992c0ad 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ end But it makes you a little uncomfortable. `publication_status` lives in a nebulous namespace spread across all controllers and view. Down the road, you might want to display the publication status of a `Book`. And, of course, your -design calls for a slighly different formatting to the date for a `Book`. +design calls for a slightly different formatting to the date for a `Book`. Now your helper method can either switch based on the input class type (poor Ruby style), or you break it out into two methods, `book_publication_status` and