Fix key for the MongoDB health indicator in reference guide

See gh-50931

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
This commit is contained in:
Tran Ngoc Nhan
2026-07-14 08:07:07 +02:00
committed by Stéphane Nicoll
parent 2245a79653
commit c463dd033b
@@ -660,7 +660,7 @@ with the `key` listed in the following table:
| javadoc:org.springframework.boot.mail.health.MailHealthIndicator[]
| Checks that a mail server is up.
| `mongo`
| `mongodb`
| javadoc:org.springframework.boot.mongodb.health.MongoHealthIndicator[]
| Checks that a Mongo database is up.
@@ -825,7 +825,7 @@ When appropriate, Spring Boot auto-configures the following javadoc:org.springfr
| javadoc:org.springframework.boot.data.elasticsearch.health.DataElasticsearchReactiveHealthIndicator[]
| Checks that an Elasticsearch cluster is up.
| `mongo`
| `mongodb`
| javadoc:org.springframework.boot.mongodb.health.MongoReactiveHealthIndicator[]
| Checks that a Mongo database is up.