Replace "check out" with more formal language

Update documentation to use more formal language rather than
"check out".

See gh-28503
This commit is contained in:
Jay Bryant
2021-11-02 11:04:36 -05:00
committed by Phillip Webb
parent b60c8b4a12
commit 9f2c8f65ee
9 changed files with 11 additions and 13 deletions

View File

@@ -18,7 +18,7 @@ By default, the auto-configuration will try to configure the following (in order
. JSON codecs with Jackson
The `spring-boot-starter-rsocket` starter provides both dependencies.
Check out the <<features#features.json.jackson,Jackson support section>> to know more about customization possibilities.
See the <<features#features.json.jackson,Jackson support section>> to know more about customization possibilities.
Developers can customize the `RSocketStrategies` component by creating beans that implement the `RSocketStrategiesCustomizer` interface.
Note that their `@Order` is important, as it determines the order of codecs.