Fixed a typo in the docs about baggage properties

This commit is contained in:
Marcin Grzejszczak
2018-02-19 08:39:59 +01:00
parent b490245c8a
commit 448daca83b

View File

@@ -428,7 +428,7 @@ Brave it's required to pass the list of baggage keys.
There are two properties to achieve this. Via the `spring.sleuth.baggage-keys` you set keys
that will get prefixed with `baggage-` for http calls and `baggage_` for messaging. You can also pass
a list of prefixed keys that will be whitelisted without any prefix via
`spring.sleuth.prefixed-keys` property.
`spring.sleuth.propagation-keys` property.
==== Extracting a propagated context