Skip to content

Commit

Permalink
Update the name of the Event list page
Browse files Browse the repository at this point in the history
  • Loading branch information
keharper committed Oct 29, 2024
1 parent 61b80db commit 6d34157
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/pages/events/module-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion src/pages/webhooks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit 6d34157

Please sign in to comment.