Skip to content

Commit 098022e

Browse files
committed
update title
1 parent 4129b7d commit 098022e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/integrations/mongoose-get-started.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -354,10 +354,10 @@ To delete multiple articles, you can add the following code:
354354

355355
Deleted Many Blogs: { acknowledged: true, deletedCount: 4 }
356356

357-
.. _node-mongoose-get-started-additional-methods:
357+
.. _node-mongoose-get-started-helper-methods:
358358

359-
Additional Methods
360-
------------------
359+
Helper Methods
360+
--------------
361361

362362
Mongoose includes several helper methods that are abstracted from regular
363363
MongoDB methods. In this section, you can find examples of some of these
@@ -631,8 +631,8 @@ Resources and Next Steps
631631

632632
You now have a sample project that uses Mongoose to perform CRUD operations on a
633633
MongoDB collection. From here, you can choose to build on this project to
634-
incorporate more :ref:`Mongoose methods
635-
<node-mongoose-get-started-additional-methods>` and build more complex queries.
634+
incorporate :ref:`Mongoose helper methods
635+
<node-mongoose-get-started-helper-methods>` and build more complex queries.
636636

637637
To learn more about using Mongoose with MongoDB, see the `Mongoose documentation
638638
<https://mongoosejs.com/docs/guide.html>`__.

0 commit comments

Comments
 (0)