Skip to content

Commit

Permalink
Fix minor spelling issue
Browse files Browse the repository at this point in the history
it's = it is, which was wrong in the previous context
  • Loading branch information
zgstumpf committed Apr 9, 2024
1 parent 204fd46 commit fc72ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion url.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Url.prototype.parse = function (url, parseQueryString, slashesDenoteHost) {
}

/*
* figure out if it's got a host
* figure out if its got a host
* user@server is *always* interpreted as a hostname, and url
* resolution will treat //foo/bar as host=foo,path=bar because that's
* how the browser resolves relative URLs.
Expand Down

0 comments on commit fc72ad8

Please sign in to comment.