We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d20255 commit ef3ff0bCopy full SHA for ef3ff0b
1 file changed
src/internal/observable/forkJoin.ts
@@ -109,7 +109,7 @@ export function forkJoin<T>(...sources: ObservableInput<T>[]): Observable<T[]>;
109
*
110
* ### Use forkJoin with project function
111
* ```javascript
112
- * import { jorkJoin, interval } from 'rxjs';
+ * import { forkJoin, interval } from 'rxjs';
113
* import { take } from 'rxjs/operators';
114
115
* const observable = forkJoin(
0 commit comments