diff --git a/src/content/docs/workers/framework-guides/web-apps/react.mdx b/src/content/docs/workers/framework-guides/web-apps/react.mdx index 6960c98351b9157..8948b481b339f80 100644 --- a/src/content/docs/workers/framework-guides/web-apps/react.mdx +++ b/src/content/docs/workers/framework-guides/web-apps/react.mdx @@ -94,7 +94,7 @@ import { ## Asset Routing -If you're using React as a SPA, you will want to set `not_found_handling = "single_page_application"` in your Wrangler configuration file. +If you're using React as a SPA, you will want to set `not_found_handling = "single-page-application"` in your Wrangler configuration file.