diff --git a/node.js/events.md b/node.js/events.md index 0db268ab2..2d95100ac 100644 --- a/node.js/events.md +++ b/node.js/events.md @@ -257,7 +257,7 @@ Class `cds.Request` extends [`cds.Event`] with additional features to represent Provides access to the express request object of individual requests within an incoming batch request. ::: warning Note: -If the [new OData adapter](../releases/archive/2024/jun24#new-protocol-adapters-ga) is not used, both `.req` and [`.http.req`](#http) refer to the same request object of the incoming batch request. +If the [new OData adapter](../releases/archive/2024/jun24#new-protocol-adapters-ga) isn't used, both `.req` and [`.http.req`](#http) refer to the same request object of the incoming batch request. ::: @@ -267,7 +267,7 @@ If the [new OData adapter](../releases/archive/2024/jun24#new-protocol-adapters- Provides access to the express response object of individual requests within an incoming batch request. ::: warning Note: -If the [new OData adapter](../releases/archive/2024/jun24#new-protocol-adapters-ga) is not used, both `.res` and [`.http.res`](#http) refer to the same response object of the incoming batch request. +If the [new OData adapter](../releases/archive/2024/jun24#new-protocol-adapters-ga) isn't used, both `.res` and [`.http.res`](#http) refer to the same response object of the incoming batch request. :::