diff --git a/vale/.config/vale/styles/Google/WordList.yml b/vale/.config/vale/styles/Google/WordList.yml index 0d675f2..b3c6a40 100644 --- a/vale/.config/vale/styles/Google/WordList.yml +++ b/vale/.config/vale/styles/Google/WordList.yml @@ -38,7 +38,6 @@ swap: cellular network: mobile network chapter: documents|pages|sections check box: checkbox - check: select CLI: command-line tool click on: click|click in Cloud: Google Cloud Platform|GCP diff --git a/vale/.config/vale/styles/Microsoft/HeadingPunctuation.yml b/vale/.config/vale/styles/Microsoft/HeadingPunctuation.yml index eea912a..4954cb1 100644 --- a/vale/.config/vale/styles/Microsoft/HeadingPunctuation.yml +++ b/vale/.config/vale/styles/Microsoft/HeadingPunctuation.yml @@ -10,4 +10,4 @@ action: - trim_right - ".?!" tokens: - - '[a-z][.?!](?:\s|$)' + - "[a-z][.?!]$"