Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaWhite1 committed Mar 25, 2024
1 parent f3d6b96 commit 449a8b3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/ui-extensions/src/surfaces/admin/extension-targets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export interface ExtensionTargets {
>;

/**
* Renders an admin action in the customer segment details page. Open this extension from the "Use segment" button.
* Renders an admin action extension in the customer segment details page. Open this extension from the "Use segment" button.
*
* See the [list of available components](/docs/api/admin-extensions/components).
*/
Expand All @@ -142,7 +142,7 @@ export interface ExtensionTargets {
>;

/**
* Renders an admin action in the product index page. Open this extension from the "More Actions" menu.
* Renders an admin action extension in the product index page. Open this extension from the "More Actions" menu.
*
* See the [list of available components](/docs/api/admin-extensions/components).
*/
Expand All @@ -152,7 +152,7 @@ export interface ExtensionTargets {
>;

/**
* Renders an admin action in the order index page. Open this extension from the "More Actions" menu.
* Renders an admin action extension in the order index page. Open this extension from the "More Actions" menu.
*
* See the [list of available components](/docs/api/admin-extensions/components).
*/
Expand All @@ -162,7 +162,7 @@ export interface ExtensionTargets {
>;

/**
* Renders an admin action in the customer index page. Open this extension from the "More Actions" menu.
* Renders an admin action extension in the customer index page. Open this extension from the "More Actions" menu.
*
* See the [list of available components](/docs/api/admin-extensions/components).
*/
Expand Down Expand Up @@ -222,7 +222,7 @@ export interface ExtensionTargets {
>;

/**
* Renders an admin action in the draft order details page. Open this extension from the "More Actions" menu.
* Renders an admin action extension in the draft order details page. Open this extension from the "More Actions" menu.
*
* See the [list of available components](/docs/api/admin-extensions/components).
*/
Expand All @@ -232,7 +232,7 @@ export interface ExtensionTargets {
>;

/**
* Renders an admin action in the draft orders page. Open this extension from the "More Actions" menu.
* Renders an admin action extension in the draft orders page. Open this extension from the "More Actions" menu.
*
* See the [list of available components](/docs/api/admin-extensions/components).
*/
Expand Down

0 comments on commit 449a8b3

Please sign in to comment.