Fix typo in comment

This commit is contained in:
dangered wolf 2022-08-17 15:04:37 -04:00
parent 0c6bae0096
commit 3e6bf109f4
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -296,7 +296,7 @@ export const cacheWrapper = async (
console.log('Purging cache as requested');
await cache.delete(cacheKey);
return new Response('', { status: 200 });
/* yes, we dd give HEAD */
/* yes, we do give HEAD */
case 'HEAD':
return new Response('', {
headers: Constants.RESPONSE_HEADERS,