Skip to content

fix(local-explorer-ui): correct 'occured' -> 'occurred' in ResourceError fallback#13543

Merged
MattieTK merged 1 commit intocloudflare:mainfrom
SAY-5:fix-local-explorer-ui-occured-typo
Apr 16, 2026
Merged

fix(local-explorer-ui): correct 'occured' -> 'occurred' in ResourceError fallback#13543
MattieTK merged 1 commit intocloudflare:mainfrom
SAY-5:fix-local-explorer-ui-occured-typo

Conversation

@SAY-5
Copy link
Copy Markdown
Contributor

@SAY-5 SAY-5 commented Apr 15, 2026

DEFAULT_ERROR_DESCRIPTION in packages/local-explorer-ui/src/components/ResourceError.tsx:6 is the text the local explorer renders when a worker resource fails to load and the upstream error message is empty:

const DEFAULT_ERROR_DESCRIPTION =
    "An unknown error occured. Please report this issue to Cloudflare.";

Fix the spelling. Includes a @cloudflare/local-explorer-ui changeset (.changeset/local-explorer-ui-fix-occured-typo.md) so the package picks up a patch bump on the next release. Source verified against current main.


Open with Devin

…ror fallback

DEFAULT_ERROR_DESCRIPTION in
packages/local-explorer-ui/src/components/ResourceError.tsx is the
text rendered when a worker resource fails to load and the upstream
error message is empty. It currently reads 'An unknown error occured.
Please report this issue to Cloudflare.' — fix the spelling.

Includes a changeset for @cloudflare/local-explorer-ui.
@SAY-5 SAY-5 requested a review from workers-devprod as a code owner April 15, 2026 16:03
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Apr 15, 2026

🦋 Changeset detected

Latest commit: 484fc3e

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@workers-devprod workers-devprod requested review from a team and penalosa and removed request for a team April 15, 2026 16:04
@workers-devprod
Copy link
Copy Markdown
Contributor

workers-devprod commented Apr 15, 2026

Codeowners approval required for this PR:

  • ✅ @cloudflare/wrangler
Show detailed file reviewers

Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 1 additional finding.

Open in Devin Review

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Apr 16, 2026

create-cloudflare

npm i https://pkg.pr.new/create-cloudflare@13543

@cloudflare/kv-asset-handler

npm i https://pkg.pr.new/@cloudflare/kv-asset-handler@13543

miniflare

npm i https://pkg.pr.new/miniflare@13543

@cloudflare/pages-shared

npm i https://pkg.pr.new/@cloudflare/pages-shared@13543

@cloudflare/unenv-preset

npm i https://pkg.pr.new/@cloudflare/unenv-preset@13543

@cloudflare/vite-plugin

npm i https://pkg.pr.new/@cloudflare/vite-plugin@13543

@cloudflare/vitest-pool-workers

npm i https://pkg.pr.new/@cloudflare/vitest-pool-workers@13543

@cloudflare/workers-editor-shared

npm i https://pkg.pr.new/@cloudflare/workers-editor-shared@13543

wrangler

npm i https://pkg.pr.new/wrangler@13543

commit: 484fc3e

@petebacondarwin petebacondarwin added the skip-pr-description-validation Skip validation of the required PR description format label Apr 16, 2026
Copy link
Copy Markdown
Contributor

@workers-devprod workers-devprod left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codeowners reviews satisfied

@github-project-automation github-project-automation bot moved this from Untriaged to Approved in workers-sdk Apr 16, 2026
@MattieTK MattieTK merged commit 39a5f04 into cloudflare:main Apr 16, 2026
67 of 72 checks passed
@github-project-automation github-project-automation bot moved this from Approved to Done in workers-sdk Apr 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-pr-description-validation Skip validation of the required PR description format

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants