-
Notifications
You must be signed in to change notification settings - Fork 57
Closed
Labels
[Status] DoneIssue is completedIssue is completed
Description
Issue Description
Just came across a typo in the "WordPress Common APIs Handbook" Security subsection.
URL of the Page with the Issue
Security - WordPress Common APIs Handbook
Section of Page with the issue
[Developing a Security Mindset](https://developer.wordpress.org/apis/security/#developing-a-security-mindset)
Why is this a problem?
There is a typo in the following sentence in the first bullet point (Don’t trust any data.):
"Always make sure to validate and sanitize user input fore using it, and to escape on output."
Suggested Fix
The sentence should be:
"Always make sure to validate and sanitize user input before using it, and to escape on output."
"fore" --> "before"
Metadata
Metadata
Assignees
Labels
[Status] DoneIssue is completedIssue is completed