diff --git a/doc/recvrequest.md b/doc/recvrequest.md index d0c22132..8c555d1f 100644 --- a/doc/recvrequest.md +++ b/doc/recvrequest.md @@ -106,7 +106,7 @@ You can customize the method names used in the event notification by adding the with a `JsonRpcTargetOptions` with a custom function set to its EventNameTransform property. You can stop `JsonRpc` from sending notifications for events on the server object by adding the target object -with a `new JsonRpcTargetOptions { NotifyClientsOfEvents = false }` argument (the default is `true`). +with a `new JsonRpcTargetOptions { NotifyClientOfEvents = false }` argument (the default is `true`). You may want to turn off the event functionality if your target object is reused from another class and has events that shouldn't be exposed to RPC.