diff --git a/packages/cli-kit/src/cli/api/graphql/admin/generated/types.d.ts b/packages/cli-kit/src/cli/api/graphql/admin/generated/types.d.ts index ab109b34c12..6a831d59181 100644 --- a/packages/cli-kit/src/cli/api/graphql/admin/generated/types.d.ts +++ b/packages/cli-kit/src/cli/api/graphql/admin/generated/types.d.ts @@ -250,7 +250,7 @@ export type ThemeRole = * publishing are restricted until the merchant resolves the licensing issue. */ | 'LOCKED' - /** TThe currently published theme. There can only be one main theme at any time. */ + /** The currently published theme. There can only be one main theme at any time. */ | 'MAIN' /** The currently published theme that is only accessible to a mobile client. */ | 'MOBILE'