Skip to content

Commit

Permalink
implement -> implements
Browse files Browse the repository at this point in the history
  • Loading branch information
mnot committed Dec 25, 2021
1 parent 6e07707 commit f64e767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-ietf-httpbis-targeted-cache-control.md
Expand Up @@ -128,7 +128,7 @@ If a targeted field in a given response is empty, or a parsing error is encounte

## Cache Behavior

A cache that implement this specification maintains a _target list_ - an ordered list of the targeted field names that it uses for caching policy, with the order reflecting priority from most applicable to least. The target list might be fixed, user-configurable, or generated per request, depending upon the implementation.
A cache that implements this specification maintains a _target list_ - an ordered list of the targeted field names that it uses for caching policy, with the order reflecting priority from most applicable to least. The target list might be fixed, user-configurable, or generated per request, depending upon the implementation.

For example, a CDN cache might support both CDN-Cache-Control and a header specific to that CDN, ExampleCDN-Cache-Control, with the latter overriding the former. Its target list would be:

Expand Down

0 comments on commit f64e767

Please sign in to comment.