diff --git a/docs_app/content/guide/operators.md b/docs_app/content/guide/operators.md index 8d91033014..086e6a97b1 100644 --- a/docs_app/content/guide/operators.md +++ b/docs_app/content/guide/operators.md @@ -282,7 +282,7 @@ function discardOddDoubleEven() { ### Creating new operators from scratch -It is more complicated, but if you have to write an operator that cannot be made from a combination of existing operators (a rare occurrance), you can write an operator from scratch using the Observable constructor, like this: +It is more complicated, but if you have to write an operator that cannot be made from a combination of existing operators (a rare occurrence), you can write an operator from scratch using the Observable constructor, like this: ```ts import { Observable, of } from 'rxjs';