Skip to content

Commit 1d9d435

Browse files
Apply suggestions from code review
1 parent b61288a commit 1d9d435

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/cache/concepts/default-cache-behavior.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ When [Origin Cache Control](/cache/concepts/cache-control/) is enabled on an Ent
3333

3434
Clients can send range requests to be served from the cache. For a cacheable request:
3535

36-
- If the origin response includes a `Content-Length` header, then the specified byte range will be returned with a HTTP 206 response.
37-
- If the origin response does not include the `Content-Length` header, the cache will return the full content with a HTTP 200 response.
36+
- If the origin response includes a `Content-Length` header, then the specified byte range will be returned with an HTTP 206 response.
37+
- If the origin response does not include the `Content-Length` header, the cache will return the full content with an HTTP 200 response.
3838

3939
## Default cached file extensions
4040

0 commit comments

Comments
 (0)