From 7ba06596129475939502ba2ac977890ec30f9848 Mon Sep 17 00:00:00 2001 From: Clemence Kyara Date: Fri, 16 Aug 2024 17:04:22 +0300 Subject: [PATCH] Fix spelling --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c68dc6fc7..e453e2e77 100644 --- a/Dockerfile +++ b/Dockerfile @@ -390,7 +390,7 @@ ARG NEXT_PUBLIC_APP_LOGO_URL \ # - GA_MEASUREMENT_ID (charterafrica) # - GOOGLE_ANALYTICS_ID (pesayetu, vpnmanager) # This is only needed at runtime -# TODO(koech): Completely remove the use of ENV var for Googel analytics +# TODO(koech): Completely remove the use of ENV vars for Google Analytics # for those app that have CMS. Measurement id should be set # in the Settings part of a site. ENV NEXT_PUBLIC_APP_LOGO_URL=${NEXT_PUBLIC_APP_LOGO_URL} \