Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Correct sentence in Using the MongoDB Client #45387

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

MaciejDromin
Copy link
Contributor

While reading the docs I stumbled across weird sentence in Using the MongoDB Client.
This PR is simply changing this weird sentence.

@@ -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/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I think it would be better with:

Suggested change
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/
The main property to configure is the URL to access 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/

(or the MongoDB server or the MongoDB instance)

Could you adjust and squash?

Thanks!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure, done :)

@MaciejDromin MaciejDromin force-pushed the mongodb-client-sentence-fix branch from 9ad30a8 to a200a47 Compare January 6, 2025 16:12

This comment has been minimized.

Copy link

github-actions bot commented Jan 6, 2025

🙈 The PR is closed and the preview is expired.

Copy link

quarkus-bot bot commented Jan 6, 2025

Status for workflow Quarkus Documentation CI

This is the status report for running Quarkus Documentation CI on commit a200a47.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

@geoand geoand requested a review from gsmet January 7, 2025 09:01
@gsmet gsmet merged commit 398c96b into quarkusio:main Jan 7, 2025
5 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.18 - main milestone Jan 7, 2025
@gsmet
Copy link
Member

gsmet commented Jan 7, 2025

Perfect, thanks!

@gsmet gsmet modified the milestones: 3.18 - main, 3.17.6 Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants