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 ba91762 commit ce97dc0Copy full SHA for ce97dc0
packages/service-provider-core/src/writable.ts
@@ -313,7 +313,7 @@ export default interface Writable {
313
*
314
* @param {String} database - The db name.
315
* @param {String} collection - The collection name.
316
- * @param {Object[]} descriptions the spec of the indexes to be created.
+ * @param {Object[]} indexSpecs - The spec of the indexes to be created.
317
* @param {Object} options - The command options.
318
* @param {DbOptions} dbOptions - The database options
319
* @return {Promise}
0 commit comments