Fix typo.

This commit is contained in:
Parker Moore 2016-11-14 13:30:14 -08:00
parent cb6724046d
commit d3e387d146
No known key found for this signature in database
GPG Key ID: 193CDEBA72063C58
1 changed files with 1 additions and 1 deletions

View File

@ -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