typo fixes
This commit is contained in:
parent
81f4abdbcd
commit
e1f7139b9c
|
@ -92,7 +92,7 @@ module Jekyll
|
||||||
#
|
#
|
||||||
# Returns the escaped path.
|
# Returns the escaped path.
|
||||||
def self.escape_path(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 "/").
|
# specify unsafe string (except unreserved, sub-delims, ":", "@" and "/").
|
||||||
#
|
#
|
||||||
# URI path segment is defined in RFC 3986 as follows:
|
# URI path segment is defined in RFC 3986 as follows:
|
||||||
|
|
Loading…
Reference in New Issue