Skip to content

Commit a005851

Browse files
docs: fix outdated summary for the type inference doc
1 parent f54c409 commit a005851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

decisions/0012-type-inference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ This was an additional indication that maybe a TypeScript plugin was not the rig
278278

279279
## Summary
280280

281-
By leaning into automated typegen within a TypeScript plugin, we radically simplify React Router's runtime APIs while providing strong type inference across the entire framework.
281+
By leaning into automated typegen, we radically simplify React Router's runtime APIs while providing strong type inference across the entire framework.
282282
We can continue to support programmatic routing _and_ file-based routing in `routes.ts` while providing typesafety with the same approach and same code path.
283283
We can design our runtime APIs without introducing bespoke ways to inform TypeScript of the route hierarchy.
284284

0 commit comments

Comments
 (0)