mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-14 20:33:59 +02:00
docs: Correct all erroneous swaps of "it's" and "its"
This commit is contained in:
committed by
digitalcraftsman
parent
8474b9defe
commit
be429d2268
@@ -107,7 +107,7 @@ func URLize(uri string) string {
|
||||
// escape unicode letters
|
||||
parsedURI, err := url.Parse(sanitized)
|
||||
if err != nil {
|
||||
// if net/url can not parse URL it's meaning Sanitize works incorrect
|
||||
// if net/url can not parse URL it means Sanitize works incorrectly
|
||||
panic(err)
|
||||
}
|
||||
x := parsedURI.String()
|
||||
|
Reference in New Issue
Block a user