From 9ad30a8c57180533a3f1110e6f45f3c693295840 Mon Sep 17 00:00:00 2001 From: Maciej Lisowski Date: Mon, 6 Jan 2025 16:45:10 +0100 Subject: [PATCH] Docs: Correct sentence in Using the MongoDB Client Signed-off-by: Maciej Lisowski --- docs/src/main/asciidoc/mongodb.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/mongodb.adoc b/docs/src/main/asciidoc/mongodb.adoc index 3885605ace972f..a98d7da6ab0cce 100644 --- a/docs/src/main/asciidoc/mongodb.adoc +++ b/docs/src/main/asciidoc/mongodb.adoc @@ -217,7 +217,7 @@ public class FruitResource { The implementation is pretty straightforward, and you just need to define your endpoints using the Jakarta REST annotations and use the `FruitService` to list/add new fruits. == Configuring the MongoDB database -The main property to configure is the URL to access to MongoDB. Almost all configuration can be included in the connection URI, so we advise you to do so. You can find more information in the MongoDB documentation: https://docs.mongodb.com/manual/reference/connection-string/ +The main property to configure is the URL to access the MongoDB. Almost all configuration can be included in the connection URI, so we advise you to do so. You can find more information in the MongoDB documentation: https://docs.mongodb.com/manual/reference/connection-string/ A sample configuration should look like this: