Skip to content

Commit

Permalink
docs: fix typo word 'occurrance' in operators doc (#7010)
Browse files Browse the repository at this point in the history
  • Loading branch information
tingzhou-sb committed Aug 10, 2022
1 parent 3838af8 commit 4afbc16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs_app/content/guide/operators.md
Expand Up @@ -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';
Expand Down

0 comments on commit 4afbc16

Please sign in to comment.