diff --git a/pages/cloudflare/howtos/assets.mdx b/pages/cloudflare/howtos/assets.mdx index 6c05ebf..e3c09e1 100644 --- a/pages/cloudflare/howtos/assets.mdx +++ b/pages/cloudflare/howtos/assets.mdx @@ -6,7 +6,7 @@ Workers Static Assets can intercept requests to the application ([`run_worker_fi Another option is to run the Worker first (`run_worker_first=true`) to offer more flexibility at the expense of a higher cost. -Note that `run_worker_first` could also be set to a list of patterns - this is a great option if you need more flexibility for only a subset of the statids assets. +Note that `run_worker_first` could also be set to a list of patterns - this is a great option if you need more flexibility for only a subset of the static assets. ### run_worker_first=false