Skip to content

Commit ef3ff0b

Browse files
pertrai1benlesh
authored andcommitted
docs(forkJoin): Fix typo of jorkJoin (#4028)
This is a follow up on 4005 that only fixes the typo and not touching the imports.
1 parent 0d20255 commit ef3ff0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/internal/observable/forkJoin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export function forkJoin<T>(...sources: ObservableInput<T>[]): Observable<T[]>;
109109
*
110110
* ### Use forkJoin with project function
111111
* ```javascript
112-
* import { jorkJoin, interval } from 'rxjs';
112+
* import { forkJoin, interval } from 'rxjs';
113113
* import { take } from 'rxjs/operators';
114114
*
115115
* const observable = forkJoin(

0 commit comments

Comments
 (0)