mdref.json config
[mdref/mdref-http] / http / Url.md
index e953723e627dcb80e3d4e62ecbe11f012e031eeb..0c8aa8dd0b04a64b9cec6c90476cc6788ce99392 100644 (file)
@@ -22,7 +22,7 @@ The http\Url class provides versatile means to parse, construct and manipulate U
   Do not include the URL path.
 * STRIP_QUERY  
   Do not include the URL querystring.
-* STRIP_FRAMGENT  
+* STRIP_FRAGMENT  
   Strip the fragment (hash) from the URL.
 * STRIP_ALL  
   Strip everything except scheme and host information.
@@ -31,7 +31,7 @@ The http\Url class provides versatile means to parse, construct and manipulate U
 * SANITIZE_PATH  
   Whether to sanitize the URL path (consolidate double slashes, directory jumps etc.)
 * PARSE_MBUTF8  
-  Parse UTF-8 encododed multibyte sequences.
+  Parse UTF-8 encoded multibyte sequences.
 * PARSE_MBLOC  
   Parse locale encoded multibyte sequences (on systems with wide character support).
 * PARSE_TOIDN