Skip to content

Commit 92e1488

Browse files
committed
minor spelling/grammar edits
1 parent 11a889b commit 92e1488

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/tutorial/isolate-sequence-of-operations.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ manage isolated sequences of operations:
3939
Update if Current
4040
-----------------
4141

42-
In this patter, you will:
42+
In this pattern, you will:
4343

44-
- queries for a document,
44+
- query for a document,
4545

46-
- modifies the fields in that document
46+
- modify the fields in that document
4747

48-
- and updates the fields of a document *only if* the fields have not
48+
- and update the fields of a document *only if* the fields have not
4949
changed in the collection since the query.
5050

5151
Consider the following example in JavaScript which attempts to update

0 commit comments

Comments
 (0)