Skip to content

Commit fee29d5

Browse files
authored
Merge pull request #944 from echernyavskiy/patch-4
Fix a typo in the Data Filtering post.
2 parents 0775e3a + 5e77a66 commit fee29d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/10-04-01-Data-Filtering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ When you use bound parameters with [PDO](#databases), it will sanitize the input
4444

4545
Sometimes it is required to allow some safe HTML tags in the input when including it in the HTML page. This is very
4646
hard to do and many avoid it by using other more restricted formatting like Markdown or BBCode, although whitelisting
47-
libraries like [HTML Purifier][html-purifier] exists for this reason.
47+
libraries like [HTML Purifier][html-purifier] exist for this reason.
4848

4949
[See Sanitization Filters][2]
5050

0 commit comments

Comments
 (0)