Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
Co-authored-by: Nicklas Lundin <[email protected]>
  • Loading branch information
fabriziodemaria and nicklasl authored Nov 11, 2024
1 parent bddf7ef commit 3bc935d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3bc935d

Please sign in to comment.