From 7939d08092f0221d7461fc5de646ca799b602b3b Mon Sep 17 00:00:00 2001
From: catch <catch@35733.no-reply.drupal.org>
Date: Mon, 24 Jul 2023 08:55:25 +0100
Subject: [PATCH] Issue #3376431 by quietone, bbrala: Spellcheck core after
 removal of "Please"

---
 composer/Composer.php                      | 2 +-
 composer/Plugin/ProjectMessage/README.md   | 2 +-
 composer/Plugin/VendorHardening/README.txt | 2 +-
 core/misc/cspell/dictionary.txt            | 5 -----
 4 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/composer/Composer.php b/composer/Composer.php
index aa3e507915ae..09f4fdf0ec45 100644
--- a/composer/Composer.php
+++ b/composer/Composer.php
@@ -99,7 +99,7 @@ public static function ensureComposerVersion(): void {
     $composerVersion = method_exists(ComposerApp::class, 'getVersion') ?
       ComposerApp::getVersion() : ComposerApp::VERSION;
     if (Comparator::lessThan($composerVersion, '2.3.6')) {
-      throw new \RuntimeException("Drupal core development requires Composer 2.3.6, but Composer $composerVersion is installed. Please run 'composer self-update'.");
+      throw new \RuntimeException("Drupal core development requires Composer 2.3.6, but Composer $composerVersion is installed. Run 'composer self-update'.");
     }
   }
 
diff --git a/composer/Plugin/ProjectMessage/README.md b/composer/Plugin/ProjectMessage/README.md
index 363acd07ab07..29d8f3da135d 100644
--- a/composer/Plugin/ProjectMessage/README.md
+++ b/composer/Plugin/ProjectMessage/README.md
@@ -89,7 +89,7 @@ each line:
       "drupal-core-project-message": {
         "post-create-project-cmd-message": [
           "Thanks for installing this project.",
-          "Please visit our documentation here: http://example.com/docs"
+          "Read our documentation here: http://example.com/docs"
         ]
       }
     }
diff --git a/composer/Plugin/VendorHardening/README.txt b/composer/Plugin/VendorHardening/README.txt
index 667bdac95b5c..40060dc528ec 100644
--- a/composer/Plugin/VendorHardening/README.txt
+++ b/composer/Plugin/VendorHardening/README.txt
@@ -50,7 +50,7 @@ When you install or update, this plugin will look through each package and
 remove directories it knows about.
 
 You can see the list of default package cleanups for this plugin in Config.php.
-If you discover that this list needs updating, please file an issue about it:
+If you discover that this list needs updating, file an issue about it:
 https://www.drupal.org/project/issues/drupal
 
 In addition to the default list of packages, you can configure the plugin using
diff --git a/core/misc/cspell/dictionary.txt b/core/misc/cspell/dictionary.txt
index 88ea48e80b73..bcf6467f826e 100644
--- a/core/misc/cspell/dictionary.txt
+++ b/core/misc/cspell/dictionary.txt
@@ -622,7 +622,6 @@ linksby
 linkset
 linktext
 lisu
-litererally
 litespeed
 llamaids
 llamasarelame
@@ -676,14 +675,12 @@ mediumtext
 membersonly
 merhaba
 messagekey
-metainformation
 metapackage
 metapackages
 metatag
 metatags
 meφω
 mglaman
-miaus
 mikey
 milli
 mimetypes
@@ -740,8 +737,6 @@ mysite
 mysqladmin
 mysqldump
 mystarterkit
-myverylongurl
-myverylongurlexample
 műveletek
 nalias
 nameofbin
-- 
GitLab