diff --git a/test/workers-site/index.js b/test/workers-site/index.js index f2b6e1f..4370644 100644 --- a/test/workers-site/index.js +++ b/test/workers-site/index.js @@ -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