We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf89e7d commit 2c5b37cCopy full SHA for 2c5b37c
packages/web/README.md
@@ -172,7 +172,7 @@ await OpenFeature.setContext({ targetingKey: localStorage.getItem("targetingKey"
172
```
173
174
Context is global and setting it is `async`.
175
-Providers may implement an `onContextChanged` method that receives the old and newer contexts.
+Providers may implement an `onContextChange` method that receives the old and newer contexts.
176
Given a context change, providers can use this method internally to detect if the flag values cached on the client are still valid.
177
If needed, a request will be made to the provider with the new context in order to get the correct flag values.
178
0 commit comments