Rules
use-correct-english

Docs should use correct English spelling and grammar

All comments and documentation should use correct English spelling and grammar. Obvious spelling errors should be repoted as violations.

This rule applies to code comments, JSDoc comments, and markdown documentation.

Caveats

This rule does not apply to code identifiers (variable names, function names, type names, etc) which often use shorthand.

This rule also does not apply to TODO comments.

Examples

Incorrect Examples

This is a violation becuse it includs spelling errors.
This example uses broken english grammar because bad.

Metadata

KeyValue
nameuse-correct-english
levelerror
scopefile
fixablefalse
cacheabletrue
tags[ best practices ]
gritqltrue