Skip to content

Commit 8c5ee7e

Browse files
Update README.md
Co-authored-by: Kavindu Dodanduwa <[email protected]> Signed-off-by: Sviatoslav Sharaev <[email protected]>
1 parent 2e33702 commit 8c5ee7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ OpenFeatureAPI.getInstance().shutdown();
277277
Transaction context is a container for transaction-specific evaluation context (e.g. user id, user agent, IP).
278278
Transaction context can be set where specific data is available (e.g. an auth service or request handler) and by using the transaction context propagator it will automatically be applied to all flag evaluations within a transaction (e.g. a request or thread).
279279
By default, the `NoOpTransactionContextPropagator` is used, which doesn't store anything.
280-
To register a `ThreadLocal` context propagator, you can use the `setTransactionContextPropagator` method as shown below:
280+
To register a `ThreadLocal` context propagator, you can use the `setTransactionContextPropagator` method as shown below.
281281
```java
282282
// registering the ThreadLocalTransactionContextPropagator
283283
OpenFeatureAPI.getInstance().setTransactionContextPropagator(new ThreadLocalTransactionContextPropagator());

0 commit comments

Comments
 (0)