From 7d7687bda55778376029c2f251e0177670fcc7a2 Mon Sep 17 00:00:00 2001 From: Thiago Daniel Cagnoni de Pauli <39651883+Float07@users.noreply.github.com> Date: Thu, 2 May 2024 07:33:59 -0300 Subject: [PATCH] Fix small typo --- packages/mongo/collection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mongo/collection.js b/packages/mongo/collection.js index 5eefec1439..a444ef69b5 100644 --- a/packages/mongo/collection.js +++ b/packages/mongo/collection.js @@ -941,7 +941,7 @@ function wrapCallback(callback, convertResult) { } /** - * @summary Create a Mongo-style `ObjectID`. If you don't specify a `hexString`, the `ObjectID` will generated randomly (not using MongoDB's ID construction rules). + * @summary Create a Mongo-style `ObjectID`. If you don't specify a `hexString`, the `ObjectID` will be generated randomly (not using MongoDB's ID construction rules). * @locus Anywhere * @class * @param {String} [hexString] Optional. The 24-character hexadecimal contents of the ObjectID to create