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 b38217c commit b5bae8cCopy full SHA for b5bae8c
connectors/meilisearch/index.js
@@ -70,7 +70,7 @@ module.exports = async ({ storeConnector, collectionConnector }) => {
70
* Wait for an task to be processed in MeiliSearch.
71
*
72
* @param {string} collection - Collection name.
73
- * @param {number} taskUId - Task identifier.
+ * @param {number} taskUid - Task identifier.
74
75
* @returns {{Record<string, string>}} - Task body returned by MeiliSearch API.
76
*/
0 commit comments