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/SubstitutionWarning.yml')
-rw-r--r--doc/.vale/gitlab/SubstitutionWarning.yml36
1 files changed, 18 insertions, 18 deletions
diff --git a/doc/.vale/gitlab/SubstitutionWarning.yml b/doc/.vale/gitlab/SubstitutionWarning.yml
index d17015b97fd..8d6c18c1520 100644
--- a/doc/.vale/gitlab/SubstitutionWarning.yml
+++ b/doc/.vale/gitlab/SubstitutionWarning.yml
@@ -4,26 +4,26 @@
# Checks for misused terms or common shorthand that should never be used at GitLab, but can't be flagged as errors.
# Substitutions.yml and SubstitionSuggestions.yml also exist.
#
-# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
+# For a list of all options, see https://vale.sh/docs/topics/styles/
extends: substitution
-message: 'If possible, use "%s" instead of "%s".'
+message: "If possible, use %s instead of '%s'."
link: https://about.gitlab.com/handbook/communication/#top-misused-terms
level: warning
ignorecase: true
swap:
- air(?:-| )?gapped: offline environment
- bullet: list item
- click: select
- code base: codebase
- config: configuration
- deselect: clear
- deselected: cleared
- distro: distribution
- file name: filename
- filesystem: file system
- GFM: GLFM
- info: information
- n/a: not applicable
- repo: repository
- timezone: time zone
- utilize: use
+ air(?:-| )?gapped: "offline environment"
+ bullet: "list item"
+ click: "select"
+ code base: "codebase"
+ config: "configuration"
+ deselect: "clear"
+ deselected: "cleared"
+ distro: "distribution"
+ file name: "filename"
+ filesystem: "file system"
+ GFM: "'GitLab Flavored Markdown' or 'GitHub Flavored Markdown'"
+ info: "information"
+ n/a: "not applicable"
+ repo: "repository"
+ timezone: "time zone"
+ utilize: "use"