Skip to content

Commit cf47a91

Browse files
authored
docs: Fix typo in Saga example
1 parent d46d984 commit cf47a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ export default function* rootSaga(): Generator<*, *, *> {
243243
yield all([
244244
fork(saga1),
245245
fork(saga2),
246-
fork(networkSaga, { checkConnectionInterval: 20000 }),
246+
fork(networkSaga, { pingInterval: 20000 }),
247247
]);
248248
}
249249
```

0 commit comments

Comments
 (0)