From fffb2c06bc66647128bea6d6c17ab2e44eed607b Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Mon, 16 Sep 2024 20:40:41 +0530 Subject: [PATCH] vale: Update styles --- vale/.config/vale/styles/Google/WordList.yml | 1 - vale/.config/vale/styles/Microsoft/HeadingPunctuation.yml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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][.?!]$"