Skip to content

Commit

Permalink
Fix typo in docs (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenchickenlove committed Apr 4, 2024
1 parent ec3e93f commit c3e0168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/purpose.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The Context Propagation libarary contains the following abstractions:
* `ContextRegistry` - registry for instances of `ThreadLocalAccessor` and `ContextAccessor`.
* `ContextSnapshot` - holder of contextual values that provides methods to capture and to propagate.

The Context Progation library enables several usage scenarios, including:
The Context Propagation library enables several usage scenarios, including:

* In imperative code, such as Spring MVC controller, you can capture `ThreadLocal` values into a
`ContextSnapshot`. After that, use the snapshot to populate a Reactor `Context` with the
Expand Down

0 comments on commit c3e0168

Please sign in to comment.