We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8be6ea2 commit b926042Copy full SHA for b926042
source/use-cases/storing-log-data.txt
@@ -255,7 +255,7 @@ options as well:
255
256
.. code-block:: pycon
257
258
- >>> db.events.insert(event, j=True, w=majoirty)
+ >>> db.events.insert(event, j=True, w=majority)
259
260
In this case, your application will wait for a successful journal
261
commit on the :term:`primary` *and* a replication acknowledgment from
0 commit comments