Skip to content

Commit 9eff059

Browse files
authored
docs: Grammar fix in events.md (#1935)
Grammar fix for cds.Request . query to clarify the sentence on bound custom operations. Had the comma in the wrong location which made the sentence confusing.
1 parent 51dd226 commit 9eff059

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

node.js/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ Captures the incoming request as a [CQN query](cds-ql#class-cds-ql-query). For e
343343
req.query = {SELECT:{from:{ref:['Books']}}}
344344
```
345345

346-
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.
346+
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.
347347

348348
### . subject {.property}
349349

0 commit comments

Comments
 (0)