From 6d3415756597e8ac86dcf449a8560476221b2b9e Mon Sep 17 00:00:00 2001 From: Kevin Harper Date: Tue, 29 Oct 2024 14:26:16 -0500 Subject: [PATCH] Update the name of the Event list page --- src/pages/events/module-development.md | 4 ++-- src/pages/webhooks/index.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/events/module-development.md b/src/pages/events/module-development.md index 58531709..e576efdb 100644 --- a/src/pages/events/module-development.md +++ b/src/pages/events/module-development.md @@ -16,9 +16,9 @@ Adobe Commerce is capable of emitting thousands of different observer and plugin You can use the Commerce Admin or the command line to find supported events and their payloads: -* In the Admin, select **System** > Events > **Events** to display the _Event list_ page. +* In the Admin, select **System** > Events > **Events** to display the _Events list_ page. - ![Event list page](../_images/events/event-list.png) + ![Events list page](../_images/events/event-list.png) The left navigation contains a list of enabled modules on your system. Click on a module name to display a list of supported events. When you select an event, the main panel of the Admin displays the event's payload. diff --git a/src/pages/webhooks/index.md b/src/pages/webhooks/index.md index 30572495..f3058e54 100644 --- a/src/pages/webhooks/index.md +++ b/src/pages/webhooks/index.md @@ -27,7 +27,7 @@ The resolution of a remote call also determines whether you should implement a w Use these guidelines to develop your own webhooks: -1. Identify the Adobe Commerce event that triggers a webhook. Adobe Commerce merchants can browse the available events from the Admin by selecting **System** > Events > **Events** to display the Event list page. +1. Identify the Adobe Commerce event that triggers a webhook. Adobe Commerce merchants can browse the available events from the Admin by selecting **System** > Events > **Events** to display the Events list page. 1. Understand the default payload of the corresponding webhook by running the [`bin/magento webhooks:info` command](commands.md#display-the-payload-of-a-webhook).