Skip to content

Commit

Permalink
Fixed getCloudflareContext typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanclevenger authored Sep 26, 2024
1 parent acf3259 commit c88f841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/cloudflare/bindings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Install [@opennextjs/cloudflare](https://www.npmjs.com/package/@opennextjs/cloud

#### How to access bindings in your Next.js app

You can access [bindings](https://developers.cloudflare.com/workers/runtime-apis/bindings/) from any route of your Next.js app via `getCloudlfareContext`:
You can access [bindings](https://developers.cloudflare.com/workers/runtime-apis/bindings/) from any route of your Next.js app via `getCloudflareContext`:

```js
import { getCloudflareContext } from "@opennextjs/cloudflare";
Expand Down

0 comments on commit c88f841

Please sign in to comment.