Skip to content

Commit 9114774

Browse files
authored
docs(query-keys guide): change "And" to "An" (TanStack#3010)
1 parent 0aafb42 commit 9114774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/guides/query-keys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ When a query needs more information to uniquely describe its data, you can use a
3434
useQuery(['todo', 5], ...)
3535
// queryKey === ['todo', 5]
3636

37-
// And individual todo in a "preview" format
37+
// An individual todo in a "preview" format
3838
useQuery(['todo', 5, { preview: true }], ...)
3939
// queryKey === ['todo', 5, { preview: true }]
4040

0 commit comments

Comments
 (0)