From 449a8b319d838499c9cd6a4c212afb6cb39bab38 Mon Sep 17 00:00:00 2001 From: Josh White Date: Mon, 25 Mar 2024 11:21:15 -0400 Subject: [PATCH] typo --- .../src/surfaces/admin/extension-targets.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/ui-extensions/src/surfaces/admin/extension-targets.ts b/packages/ui-extensions/src/surfaces/admin/extension-targets.ts index c15b7bf644..6aa667ba6f 100644 --- a/packages/ui-extensions/src/surfaces/admin/extension-targets.ts +++ b/packages/ui-extensions/src/surfaces/admin/extension-targets.ts @@ -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). */ @@ -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). */ @@ -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). */ @@ -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). */ @@ -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). */ @@ -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). */