Skip to content

Commit

Permalink
docs: fix incorrect syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
wobsoriano committed Aug 23, 2023
1 parent 057c8f8 commit 230422b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/1.get-started/5.tips/6.response-caching.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Response Caching

Your server responses must [satisfy some criteria](https://vercel.com/docs/concepts/functions/serverless-functions/edge-caching) in order for them to be cached (i.e. by Vercel's Edge Network). Please refer to [this section of the tRPC.io documentation](https://trpc.io/docs/caching) for more information.

The createNuxtApiHandler` function conveniently allows you to specify a `responseMeta` function.
The `createNuxtApiHandler` function conveniently allows you to specify a `responseMeta` function.

```ts [server/api/trpc/[trpc].ts]
import { createNuxtApiHandler } from 'trpc-nuxt'
Expand Down

1 comment on commit 230422b

@vercel
Copy link

@vercel vercel bot commented on 230422b Aug 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

trpc-nuxt – ./

trpc-nuxt.vercel.app
trpc-nuxt-wobsoriano.vercel.app
trpc-nuxt-git-main-wobsoriano.vercel.app

Please sign in to comment.