Skip to content

Commit 2f2d4c8

Browse files
authored
docs: fix typo in generics explanation (#1765)
1 parent dcbb22c commit 2f2d4c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/philosophy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This comes with a number of advantages:
3939

4040
## Generics are grim
4141

42-
You should never need to pass a generic or use an internal type when leveraging TanStack Form. This is because we've designed the library to inference everything from runtime defaults.
42+
You should never need to pass a generic or use an internal type when leveraging TanStack Form. This is because we've designed the library to infer everything from runtime defaults.
4343

4444
When writing sufficiently correct TanStack Form code, you should not be able to distinguish between JavaScript usage and TypeScript usage, with the exception of any type casts you might do of runtime values.
4545

0 commit comments

Comments
 (0)