Skip to content

DOCSP-41593: typo fix #565

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

Merged
merged 1 commit into from
Jul 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions source/fundamentals/connection/connection-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@

* - **maxIdleTimeMS**
- integer
- Specifies the maximum amount of time, in milliseconds, the Java
driver will allow a pooled connection to idle before closing the
- Specifies the maximum amount of time, in milliseconds, that the driver

Check failure on line 126 in source/fundamentals/connection/connection-options.txt

View workflow job for this annotation

GitHub Actions / TDBX Vale rules

[vale] reported by reviewdog 🐶 [MongoDB.CommaRestrictiveClause] Don’t use a comma to set off a restrictive clause (one that begins with that). Raw Output: {"message": "[MongoDB.CommaRestrictiveClause] Don’t use a comma to set off a restrictive clause (one that begins with that).", "location": {"path": "source/fundamentals/connection/connection-options.txt", "range": {"start": {"line": 126, "column": 61}}}, "severity": "ERROR"}
Copy link
Contributor

Choose a reason for hiding this comment

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

Vale is flagging this "that" after the comma

Copy link
Contributor Author

Choose a reason for hiding this comment

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

resolved in slack

allows a pooled connection to idle before closing the
connection. A value of ``0`` indicates that there is no upper bound
on how long the driver can allow a pooled collection to be idle.
on how long the driver allows a pooled connection to be idle.

| **Default**: ``0``

Expand Down
Loading