Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/.vale/gitlab/SubstitutionSuggestions.yml')
-rw-r--r--doc/.vale/gitlab/SubstitutionSuggestions.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/.vale/gitlab/SubstitutionSuggestions.yml b/doc/.vale/gitlab/SubstitutionSuggestions.yml
index 5c81a09c732..bc515465dc3 100644
--- a/doc/.vale/gitlab/SubstitutionSuggestions.yml
+++ b/doc/.vale/gitlab/SubstitutionSuggestions.yml
@@ -6,15 +6,15 @@
#
# For a list of all options, see https://errata-ai.github.io/vale/styles/
extends: substitution
-message: 'Consider "%s" instead of "%s".'
+message: 'Consider %s instead of "%s".'
link: https://docs.gitlab.com/ee/development/documentation/styleguide.html#language
level: suggestion
ignorecase: true
swap:
- active user: billable user
- active users: billable users
- since: because
- once that: after that
- once the: after the
- once you: after you
- within: in
+ active user: '"billable user"'
+ active users: '"billable users"'
+ since: '"because" or "after"'
+ once that: '"after that"'
+ once the: '"after the"'
+ once you: '"after you"'
+ within: '"in"'