Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix word case
  • Loading branch information
John Bampton committed Jul 2, 2020
1 parent aab7931 commit f871e67
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 f871e67

Please sign in to comment.