Skip to content

Commit

Permalink
Merge pull request #14125 from hasezoey/fixWebsiteMongoose
Browse files Browse the repository at this point in the history
docs(source/api): fix "index.js" -> "mongoose.js" rename
  • Loading branch information
vkarpov15 committed Nov 28, 2023
2 parents f2fc4c4 + 179a869 commit 6b78ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/api.js
Expand Up @@ -9,7 +9,7 @@ const fs = require('fs');
const md = require('marked');

const files = [
'lib/index.js',
'lib/mongoose.js',
'lib/schema.js',
'lib/connection.js',
'lib/document.js',
Expand Down

0 comments on commit 6b78ba1

Please sign in to comment.