Skip to content

Commit 76ab28d

Browse files
committed
Improve wording
1 parent fdf070b commit 76ab28d

File tree

1 file changed

+4
-4
lines changed
  • src/content/docs/cloudflare-one/policies/gateway/http-policies

1 file changed

+4
-4
lines changed

src/content/docs/cloudflare-one/policies/gateway/http-policies/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -466,15 +466,15 @@ Use this selector to match against a domain and all subdomains -- for example, i
466466

467467
### Download and Upload File Size
468468

469-
These selectors can be used to limit the file size of upload or download transactions.
469+
Use these selectors to limit the file size of upload or download transactions. File sizes are measured in mebibytes (MiB).
470470

471471
| UI name | API example |
472472
| ------------------------ | ------------------------------- |
473473
| Download File Size (MiB) | `http.download.file.size >= 10` |
474474

475-
| UI name | API example |
476-
| ---------------------- | ----------------------------- |
477-
| Upload File Size (MiB) | `http.upload.file.size >= 10` |
475+
| UI name | API example |
476+
| ---------------------- | ---------------------------- |
477+
| Upload File Size (MiB) | `http.upload.file.size < 10` |
478478

479479
### Download and Upload File Types
480480

0 commit comments

Comments
 (0)