PHPCSStandards / PHP_CodeSniffer

PHP_CodeSniffer tokenizes PHP files and detects violations of a defined set of coding standards.
BSD 3-Clause "New" or "Revised" License
856 stars 53 forks source link

docs: Correct semi-colon for semicolon (without dash) #464

Closed DannyvdSluijs closed 4 months ago

DannyvdSluijs commented 4 months ago

Semicolon is the correct spelling based on the Oxford Dictionary and dictionary.com. This PR changes all occurrences found into semicolon

Description

This PR is a split on changes proposed earlier in #457 but limiting to only fixing typos of the word semicolon. Sources for the correct spelling are:

Also Google trends show a difference between semicolon and semi-colon

Suggested changelog entry

Correct semi-colon with semicolon

Related issues/external references

N/A

Types of changes

PR checklist