Skip to content

Commit afeb7e6

Browse files
committed
Fix a minor typo in fetchApiVersions output on store access
1 parent 2efea66 commit afeb7e6

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)