Skip to content

Fix sentence #2019

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

Closed
wants to merge 1 commit into from
Closed
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
4 changes: 2 additions & 2 deletions source/includes/options-mongod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ program: mongod
name: maxConns
args: <number>
directive: option
description: |
description: |to
The maximum number of simultaneous connections that {{program}} will
accept. This setting has no effect if it is higher than your operating
system's configured maximum connection tracking threshold.
Expand Down Expand Up @@ -214,7 +214,7 @@ name: keyFile
args: <file>
directive: option
description: |
Specifies the path to a key file to that stores the shared secret
Specifies the path to a key file that stores the shared secret
that MongoDB instances use to authenticate to each other in a
:term:`sharded cluster` or :term:`replica set`. {{role}} implies
{{auth_option}}. See :ref:`inter-process-auth` for more
Expand Down