Skip to content

Commit 89bb512

Browse files
committed
heading levels
1 parent d9f3069 commit 89bb512

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/integrations/mongoose-get-started.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ methods. These methods are not used specifically in this tutorial, but they are
656656
helpful to reference when getting started with Mongoose.
657657

658658
exists()
659-
~~~~~~~~
659+
````````
660660

661661
The ``exists()`` method returns either ``null`` or the first document that
662662
matches the provided query. The following is an example of matching an article
@@ -672,7 +672,7 @@ For more information, see the `Model.exists()
672672
Mongoose API documentation.
673673

674674
where()
675-
~~~~~~~
675+
```````
676676

677677
The ``where()`` method allows you to chain and build complex queries.
678678

0 commit comments

Comments
 (0)