From 3bc935d1e66ebfbaab870f860bee9a94c4e900a7 Mon Sep 17 00:00:00 2001 From: Fabrizio Demaria Date: Mon, 11 Nov 2024 16:04:19 +0100 Subject: [PATCH] fix: typo Co-authored-by: Nicklas Lundin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ebaf90f..650d2c66 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ confidence.putContext(context: ["key": ConfidenceValue(string: "value")]) ``` Upon the returning of this function call, the updated context is appended to tracking events. -However, to relfect the new context in flags resolves, a new call to `fetchAndActivate()` is required. +However, to reflect the new context in flags resolves, a new call to `fetchAndActivate()` is required. ### Resolving feature flags Once the Confidence instance is **activated**, you can access the flag values using the