diff --git a/reference/url/functions/parse-url.xml b/reference/url/functions/parse-url.xml index 7432e0d1fb..9cf3333377 100644 --- a/reference/url/functions/parse-url.xml +++ b/reference/url/functions/parse-url.xml @@ -1,5 +1,5 @@ - + @@ -14,7 +14,7 @@ This function returns an associative array containing any of the - various components of the URL that are present. iF one of them is + various components of the URL that are present. If one of them is missing, no entry will be created for it. The components are : @@ -62,12 +62,12 @@ This function is not meant to validate the given URL, it only breaks it up into the above listed parts. Partial - urls are also accepted, parse_url tries its best to + URLs are also accepted, parse_url tries its best to parse them correctly. - This function doesn't work with relative urls. + This function doesn't work with relative URLs.