diff --git a/node.js/events.md b/node.js/events.md index c4a05c9e3..87fcd5386 100644 --- a/node.js/events.md +++ b/node.js/events.md @@ -343,7 +343,7 @@ Captures the incoming request as a [CQN query](cds-ql#class-cds-ql-query). For e req.query = {SELECT:{from:{ref:['Books']}}} ``` -If bound custom operations `req.query` contains the query to the entity, on which the bound custom operation is called. For unbound custom operations, `req.query` contains an empty object. +For bound custom operations, `req.query` contains the query to the entity on which the operation is called. For unbound custom operations, `req.query` contains an empty object. ### . subject {.property}