errata-ai / Google

A Vale-compatible implementation of the Google Developer Documentation Style Guide.
MIT License
69 stars 23 forks source link

Google.Headings doesn't like "gRPC" #7

Closed mattpodraza closed 3 years ago

mattpodraza commented 3 years ago

Easy to reproduce:

❯ echo '## Using gRPC' | vale --no-wrap --ext='.md'

 stdin.md
 1:4  warning  'Using gRPC' should use sentence-style capitalization.  Google.Headings

✖ 0 errors, 1 warning and 0 suggestions in stdin.

I expected "gRPC" to be treated similarly to "JSON" or "HTTP" - Google.Headings doesn't complain about that one.

It's just a warning, so it's not critical but it is annoying.