From d3e387d14628cdec6863c2ee4ce55852eb7e4bc5 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Mon, 14 Nov 2016 13:30:14 -0800 Subject: [PATCH] Fix typo. --- lib/jekyll/url.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jekyll/url.rb b/lib/jekyll/url.rb index 404b2728..4504574f 100644 --- a/lib/jekyll/url.rb +++ b/lib/jekyll/url.rb @@ -85,7 +85,7 @@ module Jekyll end # We include underscores in keys to allow for 'i_month' and so forth. - # This poses a problem for keys which are followed by and underscore + # This poses a problem for keys which are followed by an underscore # but the underscore is not part of the key, e.g. '/:month_:day'. # That should be :month and :day, but our key extraction regexp isn't # smart enough to know that so we have to make it an explicit