add a space between "find" and "an"

This commit is contained in:
David Sawyer
2013-12-01 19:11:16 -05:00
parent 4f337df2d8
commit 63122fdafc

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