Skip to content

Commit 5e77a66

Browse files
Fix a typo in Data Filtering
1 parent b3e32a6 commit 5e77a66

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)