Skip to content

Commit

Permalink
Update examples/with-typescript-graphql/pages/about.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Shu Uesugi <shu@chibicode.com>
  • Loading branch information
lfades and chibicode authored Jun 8, 2020
1 parent 5521fc0 commit 3dcfef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-typescript-graphql/pages/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Link from 'next/link'
export default function About() {
return (
<div>
Welcome to the about page, go to the{' '}
Welcome to the about page. Go to the{' '}
<Link href="/">
<a>Home</a>
</Link>{' '}
Expand Down

0 comments on commit 3dcfef5

Please sign in to comment.