Skip to content

Commit b227810

Browse files
committed
fix typo
1 parent df9db56 commit b227810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/query-core/src/__tests__/queryClient.test-d.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ describe('query', () => {
239239
})
240240

241241
describe('infiniteQuery', () => {
242-
it('should not allow passing select option', () => {
242+
it('should not passing select option', () => {
243243
assertType<Parameters<QueryClient['infiniteQuery']>>([
244244
{
245245
queryKey: ['key'],

0 commit comments

Comments
 (0)