diff --git a/core/lib/Drupal/Component/Utility/Tags.php b/core/lib/Drupal/Component/Utility/Tags.php
index 1d82e72f5bfda571fb36515bfff7a7911aa77c4f..f96667f85f01d620a085194f93d46d392a1ae68b 100644
--- a/core/lib/Drupal/Component/Utility/Tags.php
+++ b/core/lib/Drupal/Component/Utility/Tags.php
@@ -20,7 +20,7 @@ class Tags {
    */
   public static function explode($tags) {
     // This regexp allows the following types of user input:
-    // this, "somecompany, llc", "and ""this"" w,o.rks", foo bar
+    // this, "company, llc", "and ""this"" w,o.rks", foo bar
     $regexp = '%(?:^|,\ *)("(?>[^"]*)(?>""[^"]* )*"|(?: [^",]*))%x';
     preg_match_all($regexp, $tags, $matches);
     $typed_tags = array_unique($matches[1]);
diff --git a/core/lib/Drupal/Core/Cache/ChainedFastBackend.php b/core/lib/Drupal/Core/Cache/ChainedFastBackend.php
index 8878fd85495de25c95cb0c50adad8bde8c16acd6..744abd15705df817ec48936484f4ca216030a15f 100644
--- a/core/lib/Drupal/Core/Cache/ChainedFastBackend.php
+++ b/core/lib/Drupal/Core/Cache/ChainedFastBackend.php
@@ -291,7 +291,7 @@ protected function getLastWriteTimestamp() {
    */
   protected function markAsOutdated() {
     // Clocks on a single server can drift. Multiple servers may have slightly
-    // differing opinions about the current time. Given that, do not assume
+    // different opinions about the current time. Given that, do not assume
     // 'now' on this server is always later than our stored timestamp.
     // Also add 1 millisecond, to ensure that caches written earlier in the same
     // millisecond are invalidated. It is possible that caches will be later in
diff --git a/core/lib/Drupal/Core/Form/FormBuilder.php b/core/lib/Drupal/Core/Form/FormBuilder.php
index be0a22f456f8a9db363f5743bf3caf18572faded..cd80a18b74532e81fd8d328ca1980a1ddf2079ae 100644
--- a/core/lib/Drupal/Core/Form/FormBuilder.php
+++ b/core/lib/Drupal/Core/Form/FormBuilder.php
@@ -1329,7 +1329,7 @@ protected function handleInputElement($form_id, &$element, FormStateInterface &$
    * element. If the name alone doesn't identify the element uniquely, the input
    * key '_triggering_element_value' may also be set to require a match on
    * element value. An example where this is needed is if there are several
-   * // buttons all named 'op', and only differing in their value.
+   * // buttons all named 'op', and only different in their value.
    */
   protected function elementTriggeredScriptedSubmission($element, FormStateInterface &$form_state) {
     $input = $form_state->getUserInput();
diff --git a/core/lib/Drupal/Core/Recipe/ConfigConfigurator.php b/core/lib/Drupal/Core/Recipe/ConfigConfigurator.php
index 710cba0f87a9df5b2a9afc46593963c7fcace3cb..3f9be6e7fce8419c7032251076d6f5cd13e1df64 100644
--- a/core/lib/Drupal/Core/Recipe/ConfigConfigurator.php
+++ b/core/lib/Drupal/Core/Recipe/ConfigConfigurator.php
@@ -59,7 +59,7 @@ public function __construct(public readonly array $config, string $recipe_direct
         if (empty($recipe_data['dependencies'])) {
           unset($recipe_data['dependencies']);
         }
-        // Ensure we don't get a false mismatch due to differing key order.
+        // Ensure we don't get a false mismatch due to different key order.
         // @todo When https://www.drupal.org/project/drupal/issues/3230826 is
         //   fixed in core, use that API instead to sort the config data.
         self::recursiveSortByKey($active_data);
diff --git a/core/lib/Drupal/Core/Render/theme.api.php b/core/lib/Drupal/Core/Render/theme.api.php
index c3b9860010177b330bd7ddba005637932148f047..3d5b32fb429674d476a3960ea06b814f3ad6def8 100644
--- a/core/lib/Drupal/Core/Render/theme.api.php
+++ b/core/lib/Drupal/Core/Render/theme.api.php
@@ -912,7 +912,7 @@ function hook_library_info_build(): array {
       'core/once',
     ],
   ];
-  if (Drupal::moduleHandler()->moduleExists('minifyzombies')) {
+  if (Drupal::moduleHandler()->moduleExists('minify_zombies')) {
     $libraries['zombie'] += [
       'js' => [
         'zombie.min.js' => [],
@@ -942,7 +942,7 @@ function hook_library_info_build(): array {
   // without reproducing this check. If the library definition does not exist
   // the library (of course) not be loaded but no notices or errors will be
   // triggered.
-  if (Drupal::moduleHandler()->moduleExists('vampirize')) {
+  if (Drupal::moduleHandler()->moduleExists('vampire')) {
     $libraries['vampire'] = [
       'js' => [
         'js/vampire.js' => [],
diff --git a/core/lib/Drupal/Core/Routing/RouteProvider.php b/core/lib/Drupal/Core/Routing/RouteProvider.php
index eba5bca5bf313b1a0acdfdc23af947f394a1a9fa..efcd52090b7aa2a87cd42c09feee63173e79ad81 100644
--- a/core/lib/Drupal/Core/Routing/RouteProvider.php
+++ b/core/lib/Drupal/Core/Routing/RouteProvider.php
@@ -496,7 +496,7 @@ protected function getQueryParametersCacheIdPart(Request $request) {
     };
     // Recursively normalize the query parameters to ensure maximal cache hits.
     // If we did not normalize the order, functionally identical query string
-    // sets could be sent in differing order creating a potential DoS vector
+    // sets could be sent in different order creating a potential DoS vector
     // and decreasing cache hit rates.
     $sorted_resolved_parameters = $request->query->all();
     $recursive_sort($sorted_resolved_parameters);
diff --git a/core/misc/cspell/dictionary.txt b/core/misc/cspell/dictionary.txt
index ec7da3aed475fbf91acad4d488478a3ac00fdfc2..1fe36c797631d140a58fee2f146d176d52146939 100644
--- a/core/misc/cspell/dictionary.txt
+++ b/core/misc/cspell/dictionary.txt
@@ -147,7 +147,6 @@ deviantart
 dflt
 dialogsave
 diffchange
-differring
 dnumber
 dockerhub
 docroot
@@ -192,7 +191,6 @@ extraspace
 fakepath
 falsey
 fastcgi
-favourite
 favstar
 fcgi
 fdiv
@@ -219,7 +217,6 @@ français
 fraîche
 frontpage
 fudgy
-fulldata
 fulldate
 fulltext
 gabilondo
@@ -271,9 +268,7 @@ keypresses
 kinberg
 kolkata
 lamoids
-languageswitcher
 libc
-licious
 lified
 lightninggreen
 linkability
@@ -317,12 +312,10 @@ mglaman
 micheh
 mikey
 mimetypes
-minifyzombies
 minusthick
 mlfr
 mocktail
 mocktails
-mocky
 moderatable
 modernizr
 mojito
@@ -343,7 +336,6 @@ navs
 ndocs
 necolas
 newcol
-newfieldinitial
 newwin
 nids
 nightwatch
@@ -415,7 +407,6 @@ prerendered
 presave
 pretransaction
 preuninstall
-proname
 prophesize
 prophesized
 prophesizing
@@ -431,7 +422,6 @@ qvalues
 ralouphie
 rasterizable
 rasterizes
-readmore
 realpaths
 realword
 rebuilder
@@ -481,7 +471,6 @@ slatkin
 smacss
 smalldatetime
 smtps
-somecompany
 splitbutton
 splitbuttons
 squaresmall
@@ -577,7 +566,6 @@ toggleable
 tongatapu
 toolkits
 toplevel
-torder
 touchevents
 trackback
 transferthick
@@ -618,7 +606,6 @@ uploadprogress
 upscaling
 urandom
 userinfo
-vampirize
 versionable
 versionless
 vfsstream
diff --git a/core/modules/comment/src/CommentStorage.php b/core/modules/comment/src/CommentStorage.php
index 4f668eac119964b96a3149a3a5162a30b94935a8..a8edbbc5125fb10d4c96d5c7d106a547e895be33 100644
--- a/core/modules/comment/src/CommentStorage.php
+++ b/core/modules/comment/src/CommentStorage.php
@@ -174,10 +174,10 @@ public function getNewCommentPageNumber($total_comments, $new_comments, Fieldabl
 
       // 2. Find the first thread.
       $first_thread_query = $this->database->select($unread_threads_query, 'thread');
-      $first_thread_query->addExpression('SUBSTRING([thread], 1, (LENGTH([thread]) - 1))', 'torder');
+      $first_thread_query->addExpression('SUBSTRING([thread], 1, (LENGTH([thread]) - 1))', 'thread_order');
       $first_thread = $first_thread_query
         ->fields('thread', ['thread'])
-        ->orderBy('torder')
+        ->orderBy('thread_order')
         ->range(0, 1)
         ->execute()
         ->fetchField();
@@ -322,8 +322,8 @@ public function loadThread(EntityInterface $entity, $field_name, $mode, $comment
     else {
       // See comment above. Analysis reveals that this doesn't cost too much. It
       // scales much better than having the whole comment structure.
-      $query->addExpression('SUBSTRING([c].[thread], 1, (LENGTH([c].[thread]) - 1))', 'torder');
-      $query->orderBy('torder', 'ASC');
+      $query->addExpression('SUBSTRING([c].[thread], 1, (LENGTH([c].[thread]) - 1))', 'thread_order');
+      $query->orderBy('thread_order', 'ASC');
     }
 
     $cids = $query->execute()->fetchCol();
diff --git a/core/modules/comment/src/CommentViewsData.php b/core/modules/comment/src/CommentViewsData.php
index 944827366376f987c3612857763e0a71e6e57d5c..d98ef636fdf6573e9c0bbe4ab77bbe63780cf27b 100644
--- a/core/modules/comment/src/CommentViewsData.php
+++ b/core/modules/comment/src/CommentViewsData.php
@@ -5,6 +5,8 @@
 use Drupal\Core\Entity\ContentEntityInterface;
 use Drupal\views\EntityViewsData;
 
+// cspell:ignore fulldata
+
 /**
  * Provides views data for the comment entity type.
  */
diff --git a/core/modules/jsonapi/src/JsonApiResource/ResourceIdentifier.php b/core/modules/jsonapi/src/JsonApiResource/ResourceIdentifier.php
index ca8b6e4427f2de8aa4aa4daae2de1283d0670da4..d220c5becbc6f163c8ebabc6f79d7620d8ba55b3 100644
--- a/core/modules/jsonapi/src/JsonApiResource/ResourceIdentifier.php
+++ b/core/modules/jsonapi/src/JsonApiResource/ResourceIdentifier.php
@@ -203,7 +203,7 @@ public static function isDuplicate(ResourceIdentifier $a, ResourceIdentifier $b)
    *
    * @return bool
    *   TRUE if both relationships reference the same resource, even when they
-   *   have differing arity values, FALSE otherwise.
+   *   have different arity values, FALSE otherwise.
    */
   public static function isParallel(ResourceIdentifier $a, ResourceIdentifier $b) {
     return static::compare($a->withArity(0), $b->withArity(0)) === 0;
diff --git a/core/modules/node/src/NodeViewBuilder.php b/core/modules/node/src/NodeViewBuilder.php
index b4ab0b5d0f908bc5df99b8d7662bc4e4098ac625..1e79ca0d59179d922cd0d69c2873271e341e9a1f 100644
--- a/core/modules/node/src/NodeViewBuilder.php
+++ b/core/modules/node/src/NodeViewBuilder.php
@@ -7,6 +7,8 @@
 use Drupal\Core\Render\Element\Link;
 use Drupal\Core\Security\TrustedCallbackInterface;
 
+// cspell:ignore readmore
+
 /**
  * View builder handler for nodes.
  */
diff --git a/core/modules/pgsql/src/Driver/Database/pgsql/Install/Tasks.php b/core/modules/pgsql/src/Driver/Database/pgsql/Install/Tasks.php
index 366cd1ab45537536fbf6778203dafd69cd0e9c27..b21f5ea63cf4d20a80e182bb9c01e85a8ddeb8b4 100644
--- a/core/modules/pgsql/src/Driver/Database/pgsql/Install/Tasks.php
+++ b/core/modules/pgsql/src/Driver/Database/pgsql/Install/Tasks.php
@@ -6,7 +6,7 @@
 use Drupal\Core\Database\Install\Tasks as InstallTasks;
 use Drupal\Core\Database\DatabaseNotFoundException;
 
-// cspell:ignore trgm
+// cspell:ignore proname trgm
 
 /**
  * Specifies installation tasks for PostgreSQL databases.
diff --git a/core/modules/sqlite/src/Driver/Database/sqlite/Schema.php b/core/modules/sqlite/src/Driver/Database/sqlite/Schema.php
index 6053a71b18181fd6fa182134730f38d2d8fa343f..fc14f5107ed6cca5cde1a7977c7de2654e690226 100644
--- a/core/modules/sqlite/src/Driver/Database/sqlite/Schema.php
+++ b/core/modules/sqlite/src/Driver/Database/sqlite/Schema.php
@@ -377,8 +377,8 @@ public function addField($table, $field, $specification, $keys_new = []) {
       elseif (isset($specification['initial'])) {
         // If we have an initial value, copy it over.
         $mapping[$field] = [
-          'expression' => ':newfieldinitial',
-          'arguments' => [':newfieldinitial' => $specification['initial']],
+          'expression' => ':new_field_initial',
+          'arguments' => [':new_field_initial' => $specification['initial']],
         ];
       }
       else {
diff --git a/core/modules/views/src/Plugin/views/query/Sql.php b/core/modules/views/src/Plugin/views/query/Sql.php
index 7d3a7ce3cdcc661a77f55f7bc48791ee8326753d..af6b49db5e268b1f13aa40667ceec79352bdce7a 100644
--- a/core/modules/views/src/Plugin/views/query/Sql.php
+++ b/core/modules/views/src/Plugin/views/query/Sql.php
@@ -896,9 +896,9 @@ public function addField($table, $field, $alias = '', $params = []) {
       'alias' => $alias,
     ] + $params;
 
-    // Test to see if the field is actually the same or not. Due to
-    // differing parameters changing the aggregation function, we need
-    // to do some automatic alias collision detection:
+    // Test to see if the field is actually the same or not. Due to different
+    // parameters changing the aggregation function, we need to do some
+    // automatic alias collision detection:
     $base = $alias;
     $counter = 0;
     while (!empty($this->fields[$alias]) && $this->fields[$alias] != $field_info) {
diff --git a/core/modules/views/tests/src/Functional/Handler/FieldWebTest.php b/core/modules/views/tests/src/Functional/Handler/FieldWebTest.php
index 187db2b00c98bc21a847ea1abf64c2300881bad4..f794cd0f64a59a103a8e9c8290382158e21b8251 100644
--- a/core/modules/views/tests/src/Functional/Handler/FieldWebTest.php
+++ b/core/modules/views/tests/src/Functional/Handler/FieldWebTest.php
@@ -645,7 +645,7 @@ public function testTextRendering(): void {
       }
     }
 
-    // Tests for displaying a readmore link when the output got trimmed.
+    // Tests for displaying a 'read more' link when the output got trimmed.
     $row->views_test_data_name = $this->randomMachineName(8);
     $name_field->options['alter']['max_length'] = 5;
     $name_field->options['alter']['more_link'] = TRUE;
diff --git a/core/modules/views/tests/src/Functional/Plugin/DisplayTest.php b/core/modules/views/tests/src/Functional/Plugin/DisplayTest.php
index b8d7726b05d3a162eb6c153b6e79c64988030938..4a142e2ded976697acd0036e1e3196ee7cff7466 100644
--- a/core/modules/views/tests/src/Functional/Plugin/DisplayTest.php
+++ b/core/modules/views/tests/src/Functional/Plugin/DisplayTest.php
@@ -189,7 +189,7 @@ public function testGetAttachedDisplays(): void {
   }
 
   /**
-   * Tests the readmore validation.
+   * Tests the 'read more' validation.
    */
   public function testReadMoreNoDisplay(): void {
     $view = Views::getView('test_display_more');
@@ -215,7 +215,7 @@ public function testReadMoreNoDisplay(): void {
   }
 
   /**
-   * Tests the readmore with custom URL.
+   * Tests the 'read more' with custom URL.
    */
   public function testReadMoreCustomURL(): void {
     /** @var \Drupal\Core\Render\RendererInterface $renderer */
diff --git a/core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php b/core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php
index a8f8576b3e4d9256907bd610828d70a9b0ee39a1..51ed121584087564f87bc9bc5d23684476a5b7ec 100644
--- a/core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php
+++ b/core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php
@@ -160,7 +160,7 @@ public function testDependencies(): void {
   }
 
   /**
-   * Tests the readmore functionality.
+   * Tests the 'read more' functionality.
    */
   public function testReadMore(): void {
     /** @var \Drupal\Core\Render\RendererInterface $renderer */
diff --git a/core/modules/workspaces/src/Form/WorkspaceMergeForm.php b/core/modules/workspaces/src/Form/WorkspaceMergeForm.php
index 671895ceb3ec8763e36dfbd3148365424d35a9b3..105c5b42c14465f3c23b56181d71a780163950b2 100644
--- a/core/modules/workspaces/src/Form/WorkspaceMergeForm.php
+++ b/core/modules/workspaces/src/Form/WorkspaceMergeForm.php
@@ -12,6 +12,8 @@
 use Drupal\workspaces\WorkspaceOperationFactory;
 use Symfony\Component\DependencyInjection\ContainerInterface;
 
+// cspell:ignore differring
+
 /**
  * Provides a form that merges the contents for a workspace into another one.
  */
diff --git a/core/modules/workspaces/src/Form/WorkspacePublishForm.php b/core/modules/workspaces/src/Form/WorkspacePublishForm.php
index 5d5b59182a284cde179c5c33e2b0192c8d67ae7a..fa76d9920ec15baca64f89f31de9a9ccbfd07f4b 100644
--- a/core/modules/workspaces/src/Form/WorkspacePublishForm.php
+++ b/core/modules/workspaces/src/Form/WorkspacePublishForm.php
@@ -13,6 +13,8 @@
 use Drupal\workspaces\WorkspaceOperationFactory;
 use Symfony\Component\DependencyInjection\ContainerInterface;
 
+// cspell:ignore differring
+
 /**
  * Provides the workspace publishing form.
  */
diff --git a/core/modules/workspaces/src/WorkspaceMerger.php b/core/modules/workspaces/src/WorkspaceMerger.php
index 56a198ee0d898e82e68c6982772973247e341022..30792ed0c6c6a3a71241bf58702bd2e5bac06daa 100644
--- a/core/modules/workspaces/src/WorkspaceMerger.php
+++ b/core/modules/workspaces/src/WorkspaceMerger.php
@@ -8,6 +8,8 @@
 use Drupal\Core\Utility\Error;
 use Psr\Log\LoggerInterface;
 
+// cspell:ignore differring
+
 /**
  * Default implementation of the workspace merger.
  *
@@ -43,9 +45,9 @@ public function merge() {
 
         /** @var \Drupal\Core\Entity\ContentEntityInterface $revision */
         foreach ($revisions_on_source as $revision) {
-          // Track all the differing revisions from the source workspace in
-          // the context of the target workspace. This will automatically
-          // update all the descendants of the target workspace as well.
+          // Track all the different revisions from the source workspace in the
+          // context of the target workspace. This will automatically update all
+          // the descendants of the target workspace as well.
           $this->workspaceAssociation->trackEntity($revision, $this->targetWorkspace);
 
           // Set the workspace in which the revision was merged.
diff --git a/core/modules/workspaces/src/WorkspaceOperationInterface.php b/core/modules/workspaces/src/WorkspaceOperationInterface.php
index 7ee66ef35bd333d1fde6e24003fa24427942d3b3..cc3b43f582fac1ad7a5cd5d10abe7527ce675dd2 100644
--- a/core/modules/workspaces/src/WorkspaceOperationInterface.php
+++ b/core/modules/workspaces/src/WorkspaceOperationInterface.php
@@ -2,6 +2,8 @@
 
 namespace Drupal\workspaces;
 
+// cspell:ignore differring
+
 /**
  * Defines an interface for workspace operations.
  *
@@ -63,7 +65,7 @@ public function getDifferringRevisionIdsOnSource();
    * the return value is 3.
    *
    * @return int
-   *   The number of differing revisions.
+   *   The number of different revisions.
    */
   public function getNumberOfChangesOnTarget();
 
@@ -75,7 +77,7 @@ public function getNumberOfChangesOnTarget();
    * the return value is 3.
    *
    * @return int
-   *   The number of differing revisions.
+   *   The number of different revisions.
    */
   public function getNumberOfChangesOnSource();
 
diff --git a/core/modules/workspaces/src/WorkspacePublisher.php b/core/modules/workspaces/src/WorkspacePublisher.php
index 027b92966b1ef261cae4626c728b4d7faa0b2cd4..a964234daf1386449f42da32f1349e199372d8b6 100644
--- a/core/modules/workspaces/src/WorkspacePublisher.php
+++ b/core/modules/workspaces/src/WorkspacePublisher.php
@@ -12,6 +12,8 @@
 use Psr\Log\LoggerInterface;
 use Symfony\Contracts\EventDispatcher\EventDispatcherInterface;
 
+// cspell:ignore differring
+
 /**
  * Default implementation of the workspace publisher.
  *
diff --git a/core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php b/core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php
index f5a3b57eb9fa36e8173817f712bbbb862563e740..b7a117a4f3f9ab9807772f0628b65f1ab7331f98 100644
--- a/core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php
+++ b/core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php
@@ -4,6 +4,8 @@
 
 namespace Drupal\Tests\workspaces\Kernel;
 
+// cspell:ignore differring
+
 use Drupal\Core\Entity\EntityStorageException;
 use Drupal\Core\Form\FormState;
 use Drupal\Core\Session\AnonymousUserSession;
diff --git a/core/modules/workspaces/tests/src/Kernel/WorkspaceMergerTest.php b/core/modules/workspaces/tests/src/Kernel/WorkspaceMergerTest.php
index a026f5d93c1dc4d8d2e8697298a8e35632e1bf20..0206cd44c01877c267666b93ae1fcf05b780f05e 100644
--- a/core/modules/workspaces/tests/src/Kernel/WorkspaceMergerTest.php
+++ b/core/modules/workspaces/tests/src/Kernel/WorkspaceMergerTest.php
@@ -9,6 +9,8 @@
 use Drupal\Tests\node\Traits\NodeCreationTrait;
 use Drupal\Tests\user\Traits\UserCreationTrait;
 
+// cspell:ignore differring
+
 /**
  * Tests workspace merging.
  *
diff --git a/core/profiles/demo_umami/config/install/block.block.umami_languageswitcher.yml b/core/profiles/demo_umami/config/install/block.block.umami_languageswitcher.yml
index c31e779486a5c43c445c397926df31ee6b73b3c7..fa5e46915037d5ac4f8924d404fd84fff3be2161 100644
--- a/core/profiles/demo_umami/config/install/block.block.umami_languageswitcher.yml
+++ b/core/profiles/demo_umami/config/install/block.block.umami_languageswitcher.yml
@@ -1,3 +1,4 @@
+# cspell:ignore languageswitcher
 langcode: en
 status: true
 dependencies:
diff --git a/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/article_body/skip-the-spirits-with-delicious-mocktails.html b/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/article_body/skip-the-spirits-with-delicious-mocktails.html
index 991b7a5fd52a6ad65c752f5d2019ed47fa8c355f..8afe272abce132c414f45929008fd480f0bc3ca9 100644
--- a/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/article_body/skip-the-spirits-with-delicious-mocktails.html
+++ b/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/article_body/skip-the-spirits-with-delicious-mocktails.html
@@ -1,3 +1,4 @@
+<!-- cspell:ignore licious mocky -->
 <p>Having a cocktail party? Then why not serve up something just as special for those who don't drink alcohol but do want to join in on all the fun? After all, what cocktail party is complete without those incredible looking glasses of mixed fruits, bright colors and of course, the little umbrellas? Do your bit for the environment by ditching the plastic straws and get hold of some great looking alternatives made out of glass, metal, or even bamboo. Don't forget the classic cocktail glasses and cool tumblers to really bring these recipes to life.
 </p>
 <p>
diff --git a/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/article_body/the-umami-guide-to-our-favourite-mushrooms.html b/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/article_body/the-umami-guide-to-our-favorite-mushrooms.html
similarity index 100%
rename from core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/article_body/the-umami-guide-to-our-favourite-mushrooms.html
rename to core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/article_body/the-umami-guide-to-our-favorite-mushrooms.html
diff --git a/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/node/article.csv b/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/node/article.csv
index bf4609743df307ba85703f8679917737a1b45be5..87bb5c865ee9d0029a945c10b36767cfa5422402 100644
--- a/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/node/article.csv
+++ b/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/node/article.csv
@@ -2,7 +2,7 @@ id,title,field_body,author,slug,image_reference,tags
 1,Give it a go and grow your own herbs,give-it-a-go-and-grow-your-own-herbs.html,Holly Foat,articles/give-it-a-go-and-grow-your-own-herbs,10,"14,23,16"
 2,Dairy-free and delicious milk chocolate,dairy-free-delicious-milk-chocolate.html,Umami,articles/dairy-free-and-delicious-milk-chocolate,11,"27,7"
 3,The real deal for supermarket savvy shopping,the-real-deal-for-supermarket-savvy-shopping.html,Megan Collins Quinlan,articles/the-real-deal-for-supermarket-savvy-shopping,12,"26,24"
-4,The Umami guide to our favorite mushrooms,the-umami-guide-to-our-favourite-mushrooms.html,Umami,articles/the-umami-guide-to-our-favourite-mushrooms,13,"18,28"
+4,The Umami guide to our favorite mushrooms,the-umami-guide-to-our-favorite-mushrooms.html,Umami,articles/the-umami-guide-to-our-favorite-mushrooms,13,"18,28"
 5,Let's hear it for carrots,lets-hear-it-for-carrots.html,Umami,articles/lets-hear-it-for-carrots,14,"6,28,15"
 6,Baking mishaps - our troubleshooting tips,baking-mishaps-our-troubleshooting-tips.html,Umami,articles/baking-mishaps-our-troubleshooting-tips,15,"3,17"
 7,Skip the spirits with delicious mocktails,skip-the-spirits-with-delicious-mocktails.html,Megan Collins Quinlan,articles/skip-the-spirits-with-delicious-mocktails,16,"1,12,20,8,11"
diff --git a/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/article_body/the-umami-guide-to-our-favourite-mushrooms.html b/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/article_body/the-umami-guide-to-our-favorite-mushrooms.html
similarity index 100%
rename from core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/article_body/the-umami-guide-to-our-favourite-mushrooms.html
rename to core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/article_body/the-umami-guide-to-our-favorite-mushrooms.html
diff --git a/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/node/article.csv b/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/node/article.csv
index c6a9a844d2754c2c79e23ac83519e39a005c2c9d..ffc6224c21ffbae269ec2a910c0fd7c9a71532ff 100644
--- a/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/node/article.csv
+++ b/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/node/article.csv
@@ -2,7 +2,7 @@ id,title,field_body,author,slug,image_reference,tags
 1,Prueba y cultiva tus propias hierbas,give-it-a-go-and-grow-your-own-herbs.html,Holly Foat,articles/prueba-y-cultiva-tus-propias-hierbas,10,"14,23,16"
 2,Delicioso chocolate sin lactosa,dairy-free-delicious-milk-chocolate.html,Umami,articles/delicioso-chocolate-sin-lactosa,11,"27,7"
 3,El verdadero negocio para comprar en el supermercado,the-real-deal-for-supermarket-savvy-shopping.html,Gregorio Sánchez,articles/el-verdadeo-negocio-para-comprar-en-el-supermercado,12,"26,24"
-4,Guía Umami de nuestras setas preferidas,the-umami-guide-to-our-favourite-mushrooms.html,Umami,articles/guia-umami-de-nuestras-setas-preferidas,13,"18,28"
+4,Guía Umami de nuestras setas preferidas,the-umami-guide-to-our-favorite-mushrooms.html,Umami,articles/guia-umami-de-nuestras-setas-preferidas,13,"18,28"
 5,Un aplauso para las zanahorias,lets-hear-it-for-carrots.html,Umami,articles/un-aplauso-para-las-zanahorias,14,"6,28,15"
 6,Percances al hornear - nuestros consejos para solucionar los problemas,baking-mishaps-our-troubleshooting-tips.html,Umami,articles/percances-al-hornear-nuestros-consejos-para-solucionar-problemas,15,"3,17"
 7,Salta los espíritus con deliciosos cócteles sin alcohol,skip-the-spirits-with-delicious-mocktails.html,Gregorio Sánchez,articles/salta-los-espiritus-con-deliciosos-cocteles-sin-alcohol,16,"1,12,20,8,11"