From 5e8acb45615b7630d4132dcc11cc51cfb09c5297 Mon Sep 17 00:00:00 2001 From: Rimenes Ribeiro Date: Tue, 5 May 2015 00:24:30 -0300 Subject: [PATCH] Fix typo --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 18a66a5..7922ecd 100644 --- a/README.rdoc +++ b/README.rdoc @@ -171,7 +171,7 @@ Run the following generator command, then edit the generated file. * specifying an alternative views directory (default is kaminari/) <%= paginate @users, :views_prefix => 'templates/' %> - This would search for partials in app/views/templates/kaminari. This option makes it easier to do things like A/B testing pagination templates/themes, using new/old templates at the same time as well as better integration with other gems sush as {cells}[https://github.com/apotonick/cells]. + This would search for partials in app/views/templates/kaminari. This option makes it easier to do things like A/B testing pagination templates/themes, using new/old templates at the same time as well as better integration with other gems such as {cells}[https://github.com/apotonick/cells]. * the +link_to_next_page+ and +link_to_previous_page+ helper method