Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
briandoyle81CB committed Feb 21, 2024
1 parent 398a28b commit 366b7c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/pages/framekit/hyperframes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ async function getResponse(req: NextRequest): Promise<NextResponse> {
}

if (!frame) {
return new NextResponse('Frame name not provided in postUurl', { status: 404 });
return new NextResponse('Frame name not provided in postUrl', { status: 404 });
}

// There should always be a button number
Expand Down

0 comments on commit 366b7c7

Please sign in to comment.