diff --git a/core/modules/action/action.info.yml b/core/modules/action/action.info.yml
index 7559efb..ef51269 100644
--- a/core/modules/action/action.info.yml
+++ b/core/modules/action/action.info.yml
@@ -1,4 +1,4 @@
-name: Actions
+name: Action
 type: module
 description: 'Perform tasks on specific events triggered within the system.'
 package: Core
diff --git a/core/modules/action/action.module b/core/modules/action/action.module
index 5004a84..2865788 100644
--- a/core/modules/action/action.module
+++ b/core/modules/action/action.module
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * This is the Actions module for executing stored actions.
+ * This is the Action module for executing stored actions.
  */
 
 use Drupal\Core\Routing\RouteMatchInterface;
