docs: add missing space (#38759)

This commit adds a missing space after the comma in listing the rxjs
operators section.

PR Close #38759
This commit is contained in:
Sonu Kapoor 2020-09-09 08:36:54 -04:00 committed by atscott
parent ba95b79a21
commit ded075a79c
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ RxJS provides many operators, but only a handful are used frequently. For a list
| Area | Operators |
| :------------| :----------|
| Creation | `from`,`fromEvent`, `of` |
| Creation | `from`, `fromEvent`, `of` |
| Combination | `combineLatest`, `concat`, `merge`, `startWith` , `withLatestFrom`, `zip` |
| Filtering | `debounceTime`, `distinctUntilChanged`, `filter`, `take`, `takeUntil` |
| Transformation | `bufferTime`, `concatMap`, `map`, `mergeMap`, `scan`, `switchMap` |