From 59ea552c90386081c850a315b6be5954f5cd71a0 Mon Sep 17 00:00:00 2001 From: Valeri Karpov Date: Wed, 24 Jan 2024 15:23:50 -0500 Subject: [PATCH] docs: fix markdown typo, fix #14290 --- docs/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide.md b/docs/guide.md index e42643c18d1..2ed451b08c3 100644 --- a/docs/guide.md +++ b/docs/guide.md @@ -1471,7 +1471,7 @@ schema.searchIndex({ }); // Will automatically attempt to create the `my-index` search index. const Test = mongoose.model('Test', schema); -`` +```

With ES6 Classes