Skip to content

Commit feebd74

Browse files
committed
Fix typo, add link
1 parent 4337621 commit feebd74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/admin-ui-sdk/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ April 15, 2025
1818

1919
* This release changes how extensions are integrated into the Adobe Commerce Admin. Previously, the Admin directly loaded published extensions. Now, extensions must be selected in the **Configure extensions** screen, resulting in a better developer experience. The limitation on **Production**-only workspaces has been resolved.
2020

21-
* Added the IMS organization ID to the shared context when loading a menu, a mass action, or an order view button in an iFrame. <!--- CEXT-4396 -->
21+
* Added the IMS organization ID to the [shared context](./extension-points/index.md#shared-contexts) when loading a menu, a mass action, or an order view button in an iFrame. <!--- CEXT-4396 -->
2222

2323
* Updated dependencies to ensure all resolved security issues are addressed and the system remains up-to-date. <!--- CEXT-4464 -->
2424

src/pages/events/commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ If you are implementing eventing in a performance testing environment, run the `
203203

204204
### Usage
205205

206-
`bin/magento events:subscribe <event_code> --force --fields=<name1> --fields=<name2> --parent <event_code> --rules=<field-name>|<operator>|<value> --rules=<field-name2>|<operator>|<value2> --hipaaAuditRequired --priority --destination=<destination> --providerId=<provicerId>`
206+
`bin/magento events:subscribe <event_code> --force --fields=<name1> --fields=<name2> --parent <event_code> --rules=<field-name>|<operator>|<value> --rules=<field-name2>|<operator>|<value2> --hipaaAuditRequired --priority --destination=<destination> --providerId=<providerId>`
207207

208208
### Arguments
209209

0 commit comments

Comments
 (0)