We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee96c8f + e08232c commit 391d579Copy full SHA for 391d579
guides/source/caching_with_rails.md
@@ -526,7 +526,7 @@ Weak ETags have a leading `W/` to differentiate them from strong ETags.
526
"618bbc92e2d35ea1945008b42799b0e7" → Strong ETag
527
```
528
529
-Unlike weak ETag, Strong ETag implies that response should be exactly same
+Unlike weak ETag, strong ETag implies that response should be exactly the same
530
and byte by byte identical. Useful when doing Range requests within a
531
large video or PDF file. Some CDNs support only strong ETags, like Akamai.
532
If you absolutely need to generate a strong ETag, it can be done as follows.
0 commit comments