Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Destiner committed Mar 22, 2024
1 parent 3953e23 commit 6f5ddd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/reference/core/next/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Frames.js can be easily integrated with [Next.js](https://nextjs.org) applicatio
Frames handler is responsible for rendering your Frames and also reacts to user interactions with buttons.

```tsx
// app/frames/routes.tsx
// app/frames/route.tsx
/* eslint-disable react/jsx-key */
import { createFrames, Button } from "frames.js/next";

Expand Down

0 comments on commit 6f5ddd0

Please sign in to comment.