typo fixes

This commit is contained in:
Veres Lajos
2014-11-02 23:00:09 +00:00
parent 81f4abdbcd
commit e1f7139b9c

View File

@@ -92,7 +92,7 @@ module Jekyll
#
# Returns the escaped path.
def self.escape_path(path)
# Because URI.escape doesn't escape '?', '[' and ']' by defaut,
# Because URI.escape doesn't escape '?', '[' and ']' by default,
# specify unsafe string (except unreserved, sub-delims, ":", "@" and "/").
#
# URI path segment is defined in RFC 3986 as follows: