File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -661,7 +661,7 @@ Creates an [aggregation pipeline](https://docs.mongodb.com/manual/aggregation/#a
661661* ** clientPath** : property path where to retrieve the client object, defaults to ` client `
662662* ** transform** : perform transformation using these options before write, see description in [ transformJson] ( ./hooks.md#transformjson-options )
663663* ** pipeline** : the aggregation pipeline to be executed
664- * ** pipelineTemplateOptions** : options passed to the ` templateQueryObject ` call made on the ` pipeline ` arguments .
664+ * ** pipelineTemplateOptions** : options passed to the ` templateQueryObject ` call made on the ` pipeline ` argument .
665665 * ** skipConvertComparisonOperators** allows to skip comparison operators conversions
666666 * ** skipConvertNumbers** allows to skip string to number conversions
667667 * ** skipConvertDates** allows to skip string to date conversions
You can’t perform that action at this time.
0 commit comments