mirror of
https://github.com/processwire/processwire.git
synced 2025-08-12 17:54:44 +02:00
Fix typos in documentation per processwire/processwire-issues#797
This commit is contained in:
@@ -1749,7 +1749,7 @@ class Sanitizer extends Wire {
|
||||
* @param string $value String you want to convert
|
||||
* @param array $options Options to modify default behavior:
|
||||
* - `newline` (string): Character(s) to replace newlines with (default="\n").
|
||||
* - `separator` (string): Character(s) to separate HTML <li> items with (default="\n").
|
||||
* - `separator` (string): Character(s) to separate HTML `<li>` items with (default="\n").
|
||||
* - `entities` (bool): Entity encode returned value? (default=false).
|
||||
* - `trim` (string): Character(s) to trim from beginning and end of value (default=" -,:;|\n\t").
|
||||
* @return string Converted string of text
|
||||
|
Reference in New Issue
Block a user