diff --git a/src/event.ts b/src/event.ts index bd89db3..02c0899 100644 --- a/src/event.ts +++ b/src/event.ts @@ -156,7 +156,7 @@ export class SubEvent { } /** - * Subscribes for the event. + * Subscribes to the event. * * When subscription is no longer needed, method [[cancel]] should be called * on the returned object, to avoid memory leaks and performance degradation.