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 11a889b commit 92e1488Copy full SHA for 92e1488
source/tutorial/isolate-sequence-of-operations.txt
@@ -39,13 +39,13 @@ manage isolated sequences of operations:
39
Update if Current
40
-----------------
41
42
-In this patter, you will:
+In this pattern, you will:
43
44
-- queries for a document,
+- query for a document,
45
46
-- modifies the fields in that document
+- modify the fields in that document
47
48
-- and updates the fields of a document *only if* the fields have not
+- and update the fields of a document *only if* the fields have not
49
changed in the collection since the query.
50
51
Consider the following example in JavaScript which attempts to update
0 commit comments