Skip to content

Commit dec24f5

Browse files
authored
Merge pull request #6677 from Shopify/fix-small-typo-in-fetchapiversions
Fix a minor typo in fetchApiVersions output on store access
2 parents 850191c + afeb7e6 commit dec24f5

File tree

1 file changed

+1
-1
lines changed
  • packages/cli-kit/src/public/node/api

1 file changed

+1
-1
lines changed

packages/cli-kit/src/public/node/api/admin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ async function fetchApiVersions(session: AdminSession, preferredBehaviour?: Requ
172172
if (error instanceof ClientError && error.response.status === 403) {
173173
const storeName = session.storeFqdn.replace('.myshopify.com', '')
174174
throw new AbortError(
175-
outputContent`Looks like you don't have access this dev store: (${outputToken.link(
175+
outputContent`Looks like you don't have access to this dev store: (${outputToken.link(
176176
storeName,
177177
`https://${session.storeFqdn}`,
178178
)})`,

0 commit comments

Comments
 (0)