From 36b251165f1b8291cc5104a4b9f0c20be078cea0 Mon Sep 17 00:00:00 2001 From: Branden J Brown Date: Sat, 27 Jan 2024 13:34:05 -0600 Subject: [PATCH] typo --- serve/consent.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serve/consent.go b/serve/consent.go index 52a5af7..ae83030 100644 --- a/serve/consent.go +++ b/serve/consent.go @@ -33,6 +33,6 @@ func NeedsConsent(next http.Handler) http.Handler { } const cookieFailed = ` -The requested resource requires consent to processing identifying information and storying necessary cookies. +The requested resource requires consent to processing identifying information and storing necessary cookies. I'm just a lil guy. The information is used solely for providing the service's functionality. `