Skip to content

Typo in 'WordPress Common APIs Handbook' #1919

@xecdev

Description

@xecdev

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

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions