Skip to content

Commit 6ca0384

Browse files
authored
Fix typo in fullDocument option docs (#969)
This typo originated in 2704fb0 for PHPLIB-814
1 parent a9d8289 commit 6ca0384

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/includes/apiargs-method-watch-option.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ description: |
1717
operations.
1818
1919
By default, change streams only return the delta of fields (via an
20-
"udateDescription" field) for update operations and "fullDocument" is omitted.
21-
Insert and replace operations always include the "fullDocument" field. Delete
22-
operations omit the field as the document no longer exists.
20+
"updateDescription" field) for update operations and "fullDocument" is
21+
omitted. Insert and replace operations always include the "fullDocument"
22+
field. Delete operations omit the field as the document no longer exists.
2323
2424
Specify "updateLookup" to return the current majority-committed version of the
2525
updated document.

0 commit comments

Comments
 (0)