Skip to content

Commit

Permalink
fixes typo (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenji-webdev authored Feb 7, 2024
1 parent e624bd4 commit 79a3d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const Home: NextPage = () => {
<span className='font-bold'>GET</span>
<Link href='/api/characters?page=3&perPage=20'>
<span className='ml-2 font-medium cursor-pointer'>
/api/characters?page=NUMBER&pagePage=NUMBER
/api/characters?page=NUMBER&perPage=NUMBER
</span>
</Link>
</td>
Expand Down

0 comments on commit 79a3d2e

Please sign in to comment.