Skip to content

Commit 480bf5f

Browse files
committed
fix some typos with writeConcern
1 parent 32bcbb6 commit 480bf5f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

source/core/write-operations.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ of a replica set. See the :ref:`Write Concern for Replica Sets
124124

125125
.. note::
126126

127-
Requiring *journaled* write concern in a replica set, only requires
128-
a journal commit the write operation to the :term:`primary` of the
127+
Requiring *journaled* write concern in a replica set only requires
128+
a journal commit of the write operation to the :term:`primary` of the
129129
set regardless of the level of *replica acknowledged* write
130130
concern.
131131

source/reference/command/getLastError.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ getLastError
2727
journaling enabled, this option has no effect.
2828

2929
:param w: When running with replication, this is the number of
30-
servers to replica to before returning. A ``w`` value of
30+
servers to replicate to before returning. A ``w`` value of
3131
1 indicates the primary only. A ``w`` value of 2
3232
includes the primary and at least one secondary, etc.
3333
In place of a number, you may also set ``w`` to
@@ -45,7 +45,7 @@ getLastError
4545
data set.
4646

4747
:param integer wtimeout: Optional. Milliseconds. Specify a value in
48-
milliseconds to control how long the to
48+
milliseconds to control how long to
4949
wait for write propagation to complete. If
5050
replication does not complete in the given
5151
timeframe, the :dbcommand:`getLastError`

0 commit comments

Comments
 (0)