From ce11e6c98171e65c7e5049f14fe948a8143393ff Mon Sep 17 00:00:00 2001 From: James Salter Date: Mon, 2 Aug 2021 11:45:49 +0100 Subject: [PATCH] Update src/PosthogAnalytics.ts Co-authored-by: J. Ryan Stinnett --- src/PosthogAnalytics.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PosthogAnalytics.ts b/src/PosthogAnalytics.ts index 40d9120b85..11c6980a90 100644 --- a/src/PosthogAnalytics.ts +++ b/src/PosthogAnalytics.ts @@ -207,7 +207,7 @@ export class PosthogAnalytics { }; private static getAnonymityFromSettings(): Anonymity { - // determine the current anonymity level based on curernt user settings + // determine the current anonymity level based on current user settings // "Send anonymous usage data which helps us improve Element. This will use a cookie." const analyticsOptIn = SettingsStore.getValue("analyticsOptIn", null, true);