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

@@ -1,6 +1,6 @@
[[documentation.io]]
== IO
If your application needs IO capabilities, check out this section:
If your application needs IO capabilities, see one or more of the following sections:
* *Caching:* <<io#io.caching, Caching support EhCache, Hazelcast, Infinispan and more>>
* *Quartz:* <<io#io.quartz, Quartz Scheduling>>
@@ -8,4 +8,4 @@ If your application needs IO capabilities, check out this section:
* *Validation:* <<io#io.validation, JSR-303 Validation>>
* *REST Clients:* <<io#io.rest-client, Calling REST Services with RestTemplate and WebClient>>
* *Webservices:* <<io#io.webservices, Auto-configuration for Spring Web Services>>
* *JTA:* <<io#io.jta, Distributed Transactions with JTA>>
* *JTA:* <<io#io.jta, Distributed Transactions with JTA>>

View File

@@ -1,6 +1,6 @@
[[documentation.messaging]]
== Messaging
If your application uses any messaging protocol, check out this section:
If your application uses any messaging protocol, see one or more of the following sections:
* *JMS:* <<messaging#messaging.jms, Auto-configuration for ActiveMQ and Artemis, Sending and Receiving messages through JMS>>
* *AMQP:* <<messaging#messaging.amqp, Auto-configuration for RabbitMQ>>