docs(shared/service_message_broker): fix typo
Typo fix on line 32 suggested by PatrickJS Closes #4226
This commit is contained in:
parent
563fffd9b0
commit
adb3813e85
@ -29,7 +29,7 @@ export class ServiceMessageBrokerFactory {
|
|||||||
/**
|
/**
|
||||||
* Helper class for UIComponents that allows components to register methods.
|
* Helper class for UIComponents that allows components to register methods.
|
||||||
* If a registered method message is received from the broker on the worker,
|
* If a registered method message is received from the broker on the worker,
|
||||||
* the UIMessageBroker desererializes its arguments and calls the registered method.
|
* the UIMessageBroker deserializes its arguments and calls the registered method.
|
||||||
* If that method returns a promise, the UIMessageBroker returns the result to the worker.
|
* If that method returns a promise, the UIMessageBroker returns the result to the worker.
|
||||||
*/
|
*/
|
||||||
export class ServiceMessageBroker {
|
export class ServiceMessageBroker {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user