Skip to content

Commit dfa1d6b

Browse files
docs: typo
1 parent e9afa1e commit dfa1d6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/reference/hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)