We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22f7705 commit 5fd2905Copy full SHA for 5fd2905
packages/i18n/src/locales/en_US.js
@@ -792,9 +792,9 @@ const translations = {
792
example: 'db.getSiblingDB(name)'
793
},
794
getCollection: {
795
- link: 'https://docs.mongodb.com/manual/reference/method/db.dropDatabase',
796
- description: 'Removes the current database, deleting the associated data files.',
797
- example: 'db.dropDatabase()'
+ link: 'https://docs.mongodb.com/manual/reference/method/db.getCollection',
+ description: 'Returns a collection or a view object that is functionally equivalent to using the db.<collectionName>.',
+ example: 'db.getCollection(name)'
798
799
getMongo: {
800
link: 'https://docs.mongodb.com/manual/reference/method/db.getMongo/',
0 commit comments