Skip to content

Commit

Permalink
Improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zoontek committed Jul 22, 2024
1 parent f334dfd commit 2f912c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/utility-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const Router = createRouter({
UserDetail: "/users/:userId",
});

// A map of RouteName and its associated RouteParams
// A map of route names and their associated params
type Routes = InferRoutes<typeof Router>;

export type RouteName = keyof Routes;
Expand Down

0 comments on commit 2f912c9

Please sign in to comment.