Skip to content

Commit a8c3425

Browse files
authored
[Docs] Clarify NonStandardQuotes validation rule message (#17795)
1 parent fa2df6e commit a8c3425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/styles/cloudflare/NonStandardQuotes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# For a list of all options, see https://vale.sh/docs/topics/styles/
77
extends: existence
8-
message: "Use standard single quotes or double quotes only. Do not use left or right quotes."
8+
message: "Use standard single quotes or double quotes only. Do not use any of the following quote mark types: ‘ ’ “ ”. In the text, we found this character: %s"
99
level: warning
1010
ignorecase: true
1111
link: https://developers.cloudflare.com/style-guide/grammar/punctuation-marks-and-symbols/quotation-marks/

0 commit comments

Comments
 (0)