Skip to content

Commit 47e6662

Browse files
authored
docs: fix a few typos (#8962)
1 parent 97f9625 commit 47e6662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/framework/react/guides/migrating-to-v5.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ v5 is a major version, so there are some breaking changes to be aware of:
99

1010
### Supports a single signature, one object
1111

12-
useQuery and friends used to have many overloads in TypeScript - different ways how the function can be invoked. Not only this was tough to maintain, type wise, it also required a runtime check to see which type the first and the second parameter, to correctly create options.
12+
useQuery and friends used to have many overloads in TypeScript: different ways how the function could be invoked. Not only was this tough to maintain, type wise, it also required a runtime check to see which types the first and the second parameter were, to correctly create options.
1313

1414
now we only support the object format.
1515

0 commit comments

Comments
 (0)