File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ export class Messenger<
216
216
* This will make the registered function available to call via the `call` method.
217
217
*
218
218
* @deprecated Do not call this directly, instead use the `delegate` method.
219
- * @param actionType - The action type. This is a unqiue identifier for this action.
219
+ * @param actionType - The action type. This is a unique identifier for this action.
220
220
* @param handler - The action handler. This function gets called when the `call` method is
221
221
* invoked with the given action type.
222
222
* @throws Will throw when a handler has been registered for this action type already.
@@ -271,7 +271,6 @@ export class Messenger<
271
271
* @param actionType - The action type. This is a unique identifier for this action.
272
272
* @template ActionType - A type union of Action type strings.
273
273
*/
274
-
275
274
unregisterActionHandler <
276
275
ActionType extends Action [ 'type' ] & NamespacedName < Namespace > ,
277
276
> ( actionType : ActionType ) {
You can’t perform that action at this time.
0 commit comments