From e07c6190e46fd9093deba811cd0a7af2207998c2 Mon Sep 17 00:00:00 2001 From: Brian Foshee Date: Wed, 19 Oct 2016 14:59:17 -0400 Subject: [PATCH] fix cache control docs typos --- DOCS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DOCS.md b/DOCS.md index a9b6944..03adacf 100644 --- a/DOCS.md +++ b/DOCS.md @@ -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: