Skip to content

Commit db0e995

Browse files
authored
Fix value for not_found_handling example (cloudflare#25138)
1 parent 96915ae commit db0e995

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/framework-guides/web-apps

1 file changed

+1
-1
lines changed

src/content/docs/workers/framework-guides/web-apps/react.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ import {
9494

9595
## Asset Routing
9696

97-
If you're using React as a SPA, you will want to set `not_found_handling = "single_page_application"` in your Wrangler configuration file.
97+
If you're using React as a SPA, you will want to set `not_found_handling = "single-page-application"` in your Wrangler configuration file.
9898

9999
<Render file="workers-assets-routing-summary" product="workers" />
100100

0 commit comments

Comments
 (0)