diff --git a/docs/deploy/providers/vercel.md b/docs/deploy/providers/vercel.md index 812f12487a..79a3232f31 100644 --- a/docs/deploy/providers/vercel.md +++ b/docs/deploy/providers/vercel.md @@ -29,4 +29,4 @@ It is possible to deploy your nitro applications directly on [Vercel Edge Functi > By taking advantage of this small runtime, Edge Functions can have faster cold boots and higher scalability than Serverless Functions. > Edge Functions run after the cache, and can both cache and return responses. [Read More](https://vercel.com/docs/concepts/functions/edge-functions) -In oerder to enable this target, please set `NITRO_PRESET` environment variable to `vercel-edge`. +In order to enable this target, please set `NITRO_PRESET` environment variable to `vercel-edge`.