Skip to content

Commit

Permalink
chore: update [trpc].ts (#1499)
Browse files Browse the repository at this point in the history
arbitary -> arbitrary
  • Loading branch information
eltociear authored May 23, 2024
1 parent 3ec4138 commit 914647c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-trpc/src/routes/api/trpc/[trpc].ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const handler = (event: APIEvent) =>
req: event.request,
// the router for handling the requests
router: appRouter,
// any arbitary data that should be available to all actions
// any arbitrary data that should be available to all actions
createContext: () => event
});

Expand Down

0 comments on commit 914647c

Please sign in to comment.