Lets be consistent with hyphenation

This commit is contained in:
Aidan Woods 2018-03-01 18:45:38 +00:00
parent 90439ef882
commit 9b1f54b9d3
No known key found for this signature in database
GPG Key ID: 9A6A8EFAA512BBB9
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ $parsedown = new Parsedown;
$parsedown->setSafeMode(true);
```
If instead, you wish to allow HTML within untrusted user input, but still want
If instead, you wish to allow HTML within untrusted user-input, but still want
output to be free from XSS it is recommended that you make use of a HTML sanitiser
that allows HTML tags to be whitelisted, like [HTML Purifier](http://htmlpurifier.org/).