Skip to content

Commit

Permalink
docs: correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tobloef authored Sep 14, 2022
1 parent 856de8e commit 2209a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/docs/main/frameworks/trpc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const frameworkOptions: TrpcFrameworkOptions<CustomContext> = {
createContext: () => ({ currentDate: new Date() }),
};

const framework = new TrpcFramework<CustomContext>(frameworkOptions);
const framework = new TrpcFramework<TrpcContext>(frameworkOptions);

export const handler = ServerlessAdapter.new(appRouter)
.setFramework(framework)
Expand Down

0 comments on commit 2209a66

Please sign in to comment.