Skip to content

Commit b926042

Browse files
author
Sam Kleinman
committed
DOCS-891: correction
1 parent 8be6ea2 commit b926042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/use-cases/storing-log-data.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ options as well:
255255

256256
.. code-block:: pycon
257257

258-
>>> db.events.insert(event, j=True, w=majoirty)
258+
>>> db.events.insert(event, j=True, w=majority)
259259

260260
In this case, your application will wait for a successful journal
261261
commit on the :term:`primary` *and* a replication acknowledgment from

0 commit comments

Comments
 (0)