Skip to content

Commit 8854b1a

Browse files
committed
fix: correct spelling of 'retryer' in comment
1 parent 41b79fd commit 8854b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/query-core/src/query.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ export class Query<
376376
): Promise<TData> {
377377
if (
378378
this.state.fetchStatus !== 'idle' &&
379-
// If the promise in the retyer is already rejected, we have to definitely
379+
// If the promise in the retryer is already rejected, we have to definitely
380380
// re-start the fetch; there is a chance that the query is still in a
381381
// pending state when that happens
382382
this.#retryer?.status() !== 'rejected'

0 commit comments

Comments
 (0)