We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 563fffd commit adb3813Copy full SHA for adb3813
1 file changed
modules/angular2/src/web_workers/shared/service_message_broker.ts
@@ -29,7 +29,7 @@ export class ServiceMessageBrokerFactory {
29
/**
30
* Helper class for UIComponents that allows components to register methods.
31
* If a registered method message is received from the broker on the worker,
32
- * the UIMessageBroker desererializes its arguments and calls the registered method.
+ * the UIMessageBroker deserializes its arguments and calls the registered method.
33
* If that method returns a promise, the UIMessageBroker returns the result to the worker.
34
*/
35
export class ServiceMessageBroker {
0 commit comments