Skip to content

Commit a69c128

Browse files
committed
📘 doc: cloudflare binding
1 parent 11c4fcc commit a69c128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/integrations/cloudflare-worker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Here are some known limitations of using Elysia on Cloudflare Worker:
7373
1. `Elysia.file`, and [Static Plugin](/plugins/static) doesn't work [due to the lack of `fs` module](https://developers.cloudflare.com/workers/runtime-apis/nodejs/#supported-nodejs-apis)
7474
2. [OpenAPI Type Gen](/blog/openapi-type-gen) doesn't work [due to the lack of `fs` module](https://developers.cloudflare.com/workers/runtime-apis/nodejs/#supported-nodejs-apis)
7575
3. You can't define [**Response** before server start](https://x.com/saltyAom/status/1966602691754553832), or use plugin that does so
76-
4. You can't inline value
76+
4. You can't inline a value
7777

7878
```typescript
7979
import { Elysia } from 'elysia'

0 commit comments

Comments
 (0)