From 6fa649bc93a10a7b28116f736a3ea75b941e60a8 Mon Sep 17 00:00:00 2001 From: Luca Becker Date: Fri, 11 Jun 2021 13:39:20 +0200 Subject: [PATCH] docs: remove typo in OperatorSubscriber.ts --- src/internal/operators/OperatorSubscriber.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internal/operators/OperatorSubscriber.ts b/src/internal/operators/OperatorSubscriber.ts index b910393e7c..c57eda40b3 100644 --- a/src/internal/operators/OperatorSubscriber.ts +++ b/src/internal/operators/OperatorSubscriber.ts @@ -2,7 +2,7 @@ import { Subscriber } from '../Subscriber'; /** * A generic helper for allowing operators to be created with a Subscriber and - * use closures to capture neceessary state from the operator function itself. + * use closures to capture necessary state from the operator function itself. */ export class OperatorSubscriber extends Subscriber { /**