Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #32 from jbampton/fix-word-case
Fix word case
  • Loading branch information
Avery Harnish authored and GitHub committed Jul 2, 2020
2 parents aab7931 + f871e67 commit 6531840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/workers-site/index.js
Expand Up @@ -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
Expand Down

0 comments on commit 6531840

Please sign in to comment.