Skip to content

Commit

Permalink
Fix grammar for anonymous query
Browse files Browse the repository at this point in the history
Co-authored-by: Jerel Miller <[email protected]>
  • Loading branch information
charpeni and jerelmiller authored Dec 19, 2024
1 parent 1dfb266 commit b632d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/QueryManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@ export class QueryManager<TStore> {
);
} else {
invariant.warn(
`Unknown query anonymous requested in refetchQueries options.include array`
`Unknown anonymous query requested in refetchQueries options.include array`
);
}
}
Expand Down

0 comments on commit b632d5d

Please sign in to comment.