From 3e8a9f1b629c66537a7371b7d3f0cd55185d760f Mon Sep 17 00:00:00 2001 From: Peter Collins Date: Tue, 18 Jul 2023 17:27:15 -0400 Subject: [PATCH] [Documentation] Appease PoliCheck Rule: 79604 Applies the term replacements suggested by recently failing policheck source scans. --- Documentation/guides/building-apps/build-items.md | 2 +- Documentation/workflow/commit-messages.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/guides/building-apps/build-items.md b/Documentation/guides/building-apps/build-items.md index 305d34ca957..6da648100fe 100644 --- a/Documentation/guides/building-apps/build-items.md +++ b/Documentation/guides/building-apps/build-items.md @@ -352,7 +352,7 @@ In a Xamarin.Android binding project, the **JavaDocJar** build action is used on `.jar` files that contain *Javadoc HTML*. The Javadoc HTML is parsed in order to extract parameter names. -Only certain "Javadoc HTML dialects" are supported, including: +Only certain "Javadoc HTML variations" are supported, including: * JDK 1.7 `javadoc` output. * JDK 1.8 `javadoc` output. diff --git a/Documentation/workflow/commit-messages.md b/Documentation/workflow/commit-messages.md index a689caaa509..0ecbba9f56e 100644 --- a/Documentation/workflow/commit-messages.md +++ b/Documentation/workflow/commit-messages.md @@ -33,8 +33,8 @@ message is where to put that information. # English -Commit message should be properly spelled in some English dialect; it doesn't -need to be American English vs. British English, but for whichever dialect +Commit message should be properly spelled in some English regional language; it doesn't +need to be American English vs. British English, but for whichever regional language *is* used, words should be spelled correctly. Proper grammar should be used. Present tense should be used for work done within the current commit.