From c1ceb12ffc8d31fcb15bb9fc3b4c93c0e97e944f Mon Sep 17 00:00:00 2001 From: hasezoey Date: Thu, 6 Apr 2023 19:58:35 +0200 Subject: [PATCH] Update docs/source/index.js --- docs/source/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/index.js b/docs/source/index.js index 379d6cc2ef6..081da8ae245 100644 --- a/docs/source/index.js +++ b/docs/source/index.js @@ -83,7 +83,7 @@ docs['docs/change-streams.md'] = { title: 'MongoDB Change Streams in NodeJS with docs['docs/lodash.md'] = { title: 'Using Mongoose with Lodash', markdown: true }; docs['docs/incompatible_packages.md'] = { title: 'Known Incompatible npm Packages', markdown: true }; docs['docs/check-version.md'] = { title: 'How to Check Your Mongoose Version', markdown: true }; -docs['docs/version-support.md'] = { title: 'Version Support, markdown: true }; +docs['docs/version-support.md'] = { title: 'Version Support', markdown: true }; for (const props of Object.values(docs)) { props.jobs = jobs;