Skip to content

Commit d4ab80a

Browse files
UPDATE sanitizeUrl doc
1 parent 527ae13 commit d4ab80a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ hlp()->anonymizeFilename($filename);
117117

118118
### `sanitizeUrl`
119119

120-
The `sanitizeUrl` function returns the lower case of the given url and prefixes it with the `https` protocol if none is set.
120+
The `sanitizeUrl` function prepends the specified url with the `https` protocol if none is set.
121121

122122
```php
123123
hlp()->sanitizeUrl('http://innovation.h-farm.com'); // returns 'http://innovation.h-farm.com'

0 commit comments

Comments
 (0)