Merge pull request #1769 from davidsawyer/master

add a space between "find" and "an"
This commit is contained in:
Parker Moore 2013-12-01 16:26:03 -08:00
commit 6db32d6635
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ module Jekyll
if template = template_page(site)
paginate(site, template)
else
Jekyll.logger.warn "Pagination:", "Pagination is enabled, but I couldn't find" +
Jekyll.logger.warn "Pagination:", "Pagination is enabled, but I couldn't find " +
"an index.html page to use as the pagination template. Skipping pagination."
end
end