Skip to content

Commit

Permalink
Fix typo in packages/wrangler/src/versions/deploy.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Rahul Sethi <[email protected]>
  • Loading branch information
danielrs and RamIdeas committed Jun 13, 2024
1 parent 8439ca3 commit 89dca41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wrangler/src/versions/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ export async function printDeployment(
accountId: string,
workerName: string,
deployment: ApiDeployment | undefined,
adjetive: "current" | "last",
adjective: "current" | "last",
versionCache: VersionCache
) {
const [versions, traffic] = await fetchDeploymentVersions(
Expand Down

0 comments on commit 89dca41

Please sign in to comment.