Skip to content

Commit 52297e5

Browse files
docs(cloudflare): typo fix, statids -> static (#192)
1 parent 14c3cff commit 52297e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/cloudflare/howtos/assets.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Workers Static Assets can intercept requests to the application ([`run_worker_fi
66

77
Another option is to run the Worker first (`run_worker_first=true`) to offer more flexibility at the expense of a higher cost.
88

9-
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.
9+
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.
1010

1111
### run_worker_first=false
1212

0 commit comments

Comments
 (0)