From bca28056efe19dd3a5c723176739115671cac409 Mon Sep 17 00:00:00 2001 From: Frederic ROS Date: Wed, 21 Aug 2013 14:53:10 +0200 Subject: [PATCH] Fix a misleading typo --- lib/jekyll/generators/pagination.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jekyll/generators/pagination.rb b/lib/jekyll/generators/pagination.rb index a9c279a10e6..79688ba726c 100644 --- a/lib/jekyll/generators/pagination.rb +++ b/lib/jekyll/generators/pagination.rb @@ -169,7 +169,7 @@ def self.remove_leading_slash(path) # Initialize a new Pager. # - # config - The Hash configuration of the site. + # site - the Jekyll::Site object # page - The Integer page number. # all_posts - The Array of all the site's Posts. # num_pages - The Integer number of pages or nil if you'd like the number