fix cache control docs typos

This commit is contained in:
Brian Foshee 2016-10-19 14:59:17 -04:00
parent 50ea685cab
commit e07c6190e4
No known key found for this signature in database
GPG Key ID: 0CF2BD06C38B4EF1
1 changed files with 2 additions and 2 deletions

View File

@ -63,8 +63,8 @@ The `content_type` field the key is an extension including the leading dot `.`.
In the `content_encoding` field the key is an extension including the leading dot `.`. If you want to set a encoding type for files with no extension, set the key
to th empty string `""`. If there are no matches for the `content_encoding` of a file, no content-encoding header will be added.
In the `cache_control` field the key is an extension including the leading dot `.`. If you want to set cahce control for files with no extension, set the key
to th empty string `""`. If there are no matches for the `cache_control` of a file, no cache-control header will be added.
In the `cache_control` field the key is an extension including the leading dot `.`. If you want to set cache control for files with no extension, set the key
to the empty string `""`. If there are no matches for the `cache_control` of a file, no cache-control header will be added.
The `metadata` field can be set as either an object where the keys are the metadata headers: