Skip to content

Commit

Permalink
Merge pull request #14832 from shallow-beach/patch-1
Browse files Browse the repository at this point in the history
Update docs/guide.md
  • Loading branch information
vkarpov15 authored Aug 27, 2024
2 parents 5dc2e90 + 032a4f7 commit be403ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1105,7 +1105,7 @@ await doc2.save();
```

<!-- markdownlint-disable MD051 -->
If you need optimistic concurrency support for `save()`, you can set the [`optimisticConcurrency` option](#optimisticConcurrency)
If you need optimistic concurrency support for `save()`, you can set the [`optimisticConcurrency` option](#optimisticConcurrency).
<!-- markdownlint-enable MD051 -->

Document versioning can also be disabled by setting the `versionKey` to
Expand Down

0 comments on commit be403ff

Please sign in to comment.