fix: typo (#788)

This commit is contained in:
Andreas Thomas
2023-12-10 23:24:01 +01:00
committed by GitHub
parent 772f1b41a0
commit 0a51ef3a06
+1 -1
View File
@@ -60,7 +60,7 @@ Our `@trigger.dev/hono` package provides two different ways of configuring the n
### Cloudflare Workers
Becase environment variables in Cloudflare Workers aren't available in the global scope, but are instead available only inside the fetch handler, we need to use the `addMiddleware` function to add the necessary middleware to your Hono app.
Because environment variables in Cloudflare Workers aren't available in the global scope, but are instead available only inside the fetch handler, we need to use the `addMiddleware` function to add the necessary middleware to your Hono app.
```ts
import { Hono } from "hono";