Skip to content

Commit 4a97391

Browse files
committed
docs(alm): improve tsdoc comment
1 parent 4830aff commit 4a97391

File tree

1 file changed

+1
-1
lines changed
  • packages/action-listener-middleware/src

1 file changed

+1
-1
lines changed

packages/action-listener-middleware/src/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ export type ActionListenerMiddleware<
219219
removeListener: RemoveListenerOverloads<S, D>
220220
addListenerAction: TypedAddListenerAction<S, D>
221221
/**
222-
* Removes all subscribed listeners, cancels running listeners and tasks.
222+
* Unsubscribes all listeners, cancels running listeners and tasks.
223223
*/
224224
clear: () => void
225225
}

0 commit comments

Comments
 (0)