From cb1daed24af33e2bff26ffbb44eb8f49a7d90a01 Mon Sep 17 00:00:00 2001 From: Vitalii Kreminskyi Date: Sun, 16 Nov 2025 18:34:19 +0200 Subject: [PATCH] docs(cloudflare): typo fix, statids -> static --- pages/cloudflare/howtos/assets.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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