Commit 39f7bc82 authored by Amy Qualls's avatar Amy Qualls

Merge branch 'docs-update-vale-since-rule' into 'master'

Improve output of vale substitution rule

See merge request gitlab-org/gitlab!48852
parents 098b6eb0 3539d848
......@@ -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"'
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment