mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-14 12:56:34 +03:00
c407726a66
* docs: adds vale rules and workflow for running in CI * docs: updates product name from ReDoc to Redoc
17 lines
406 B
YAML
17 lines
406 B
YAML
extends: substitution
|
|
message: 'Use inclusive language. Consider "%s" instead of "%s".'
|
|
link: https://intranet.redoc.ly/contributing/documentation-style-guide/#grammar-and-syntax
|
|
level: error
|
|
ignorecase: true
|
|
swap:
|
|
he: they
|
|
his: their
|
|
she: they
|
|
hers: their
|
|
blacklist(?:ed|ing|s)?: blocklist
|
|
whitelist(?:ed|ing|s)?: allowlist
|
|
master: primary, main
|
|
slave: replica
|
|
he/she: they
|
|
s/he: they
|