Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/usage-examples.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Usage Examples
.. toctree::

Find Operations </usage-examples/find-operations>
Write Operations </usage-examples/write-operations>
Write Operation Examples </usage-examples/write-operations>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Write Operation Examples </usage-examples/write-operations>
Write Operation </usage-examples/write-operations>

Leave 'Example' out of TOC.

Bulk Operations </usage-examples/bulkWrite>
Monitor Data Changes </usage-examples/changestream>
Count Documents Method Example </usage-examples/count>
Expand Down
6 changes: 3 additions & 3 deletions source/usage-examples/write-operations.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
================
Write Operations
================
========================
Write Operation Examples
========================

.. meta::
:description: Learn by example: how to insert, update, and delete data by using the {+driver-long+}.
Expand Down
Loading