diff --git a/core/modules/system/src/Plugin/views/field/BulkForm.php b/core/modules/system/src/Plugin/views/field/BulkForm.php
index 566443f..9d62e84 100644
--- a/core/modules/system/src/Plugin/views/field/BulkForm.php
+++ b/core/modules/system/src/Plugin/views/field/BulkForm.php
@@ -465,7 +465,7 @@ protected function calculateEntityBulkFormKey(EntityInterface $entity, $use_revi
     }
 
     // An entity ID could be an arbitrary string (although they are typically
-    // numeric). JSON then Base64 encoding ensures the the bulk_form_key is
+    // numeric). JSON then Base64 encoding ensures the bulk_form_key is
     // safe to use in HTML, and that the key parts can be retrieved.
     $key = json_encode($key_parts);
     return base64_encode($key);
