summaryrefslogtreecommitdiff
path: root/doc/.vale/gitlab/SubstitutionSuggestions.yml
blob: df132d896377d5848e83021ab276d43b1d516d4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
# Suggestion: gitlab.SubstitutionSuggestions
#
# Suggests better options for frequently misused terms that are often - but not always - incorrect.
# SubstitutionWarning.yml and Substitutions.yml also exist.
#
# For a list of all options, see https://errata-ai.github.io/vale/styles/
extends: substitution
message: 'Consider %s instead of "%s".'
link: https://docs.gitlab.com/ee/development/documentation/styleguide/index.html#language
level: suggestion
ignorecase: true
swap:
  active user: '"billable user"'
  active users: '"billable users"'
  docs: '"documentation"'
  e-mail: '"email"'
  GFM: '"GitLab Flavored Markdown"'
  it is recommended: '"we recommend"'
  navigate: go
  OAuth2: '"OAuth 2.0"'
  once that: '"after that"'
  once the: '"after the"'
  once you: '"after you"'
  since: '"because" or "after"'
  sub-group: '"subgroup"'
  sub-groups: '"subgroups"'
  within: '"in"'