Skip to content

Commit 391d579

Browse files
committed
Merge pull request rails#24461 from repinel/fix-etag-docs
Fixes for the strong & weak ETags guide [ci skip]
2 parents ee96c8f + e08232c commit 391d579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/caching_with_rails.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ Weak ETags have a leading `W/` to differentiate them from strong ETags.
526526
"618bbc92e2d35ea1945008b42799b0e7" → Strong ETag
527527
```
528528

529-
Unlike weak ETag, Strong ETag implies that response should be exactly same
529+
Unlike weak ETag, strong ETag implies that response should be exactly the same
530530
and byte by byte identical. Useful when doing Range requests within a
531531
large video or PDF file. Some CDNs support only strong ETags, like Akamai.
532532
If you absolutely need to generate a strong ETag, it can be done as follows.

0 commit comments

Comments
 (0)