Skip to content

Commit f877772

Browse files
committed
Update
1 parent 5b001b2 commit f877772

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -711,10 +711,10 @@ To manage event contexts the following options exist:
711711
socket.emit("wsContext", { reset: true });
712712
```
713713

714-
Single context can be entered/exited via `context: String` parameter. Multiple contexts can be entered/exited
714+
Single context can be entered/exited via `context: String` parameter. Multiple contexts can be entered/exited
715715
for the same server socket at the same time via `contexts: String[]` parameter.
716716
Parameter `reset: Boolean` can be used to reset all entered contexts for a server socket.
717-
Reset and enter context can be used within a single `wsContext` call.
717+
Reset and enter context can be used within a single `wsContext` call.
718718
First all contexts are reset and then the new contexts are entered.
719719

720720
Furthermore, a service operation named `wsContext` is invoked, if existing on the websocket enabled CDS service:

cds-plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"use strict";
1+
"use strict";

0 commit comments

Comments
 (0)