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/BadPlurals.yml')
-rw-r--r--doc/.vale/gitlab/BadPlurals.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/.vale/gitlab/BadPlurals.yml b/doc/.vale/gitlab/BadPlurals.yml
index 81e2a0e563d..efc55ac3d56 100644
--- a/doc/.vale/gitlab/BadPlurals.yml
+++ b/doc/.vale/gitlab/BadPlurals.yml
@@ -11,4 +11,4 @@ level: warning
scope: raw
ignorecase: true
raw:
- - '\w*\(s\)(?<!http\(s\))'
+ - '\b\w+\(s\)(?<!http\(s\))'