From 6f5ddd04faff71072f6b46d7c3e3a5eab376a778 Mon Sep 17 00:00:00 2001 From: Timur Badretdinov Date: Fri, 22 Mar 2024 17:43:18 +0000 Subject: [PATCH] Fix typo --- docs/pages/reference/core/next/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/reference/core/next/index.mdx b/docs/pages/reference/core/next/index.mdx index 3b90a779..12a71949 100644 --- a/docs/pages/reference/core/next/index.mdx +++ b/docs/pages/reference/core/next/index.mdx @@ -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";