Merge pull request #32 from jbampton/fix-word-case

Fix word case
This commit is contained in:
Avery Harnish 2020-07-02 10:07:55 -05:00 committed by GitHub
commit 6531840e6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ import { getAssetFromKV, mapRequestToAsset } from '@cloudflare/kv-asset-handler'
* The DEBUG flag will do two things that help during development:
* 1. we will skip caching on the edge, which makes it easier to
* debug.
* 2. we will return an error message on exception in your Response rather
* 2. we will return an error message on exception in your response rather
* than the default 404.html page.
*/
const DEBUG = false