From dac41ba275daea40b69cff45ef2aa83e9cc99552 Mon Sep 17 00:00:00 2001
From: Issy Long <me@issyl0.co.uk>
Date: Wed, 11 Dec 2019 22:28:00 +0000
Subject: [PATCH] Scope the Vale "terms" substitution lint to paragraphs only

- This clears up the final four title-case "Pull Request" in titles,
  which are correct.
---
 docs/vale-styles/Homebrew/Terms.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/vale-styles/Homebrew/Terms.yml b/docs/vale-styles/Homebrew/Terms.yml
index a020c67d63..5262e5df1b 100644
--- a/docs/vale-styles/Homebrew/Terms.yml
+++ b/docs/vale-styles/Homebrew/Terms.yml
@@ -3,6 +3,7 @@ extends: substitution
 message: Use '%s' instead of '%s'.
 link: 'https://github.com/Homebrew/brew/blob/master/docs/Prose-Style-Guidelines.md#terminology-words-and-word-styling'
 level: error
+scope: $paragraph
 swap:
   Pull Request: pull request
   repo: repository
-- 
GitLab